Ignore:
Timestamp:
Sep 20, 2017, 2:07:57 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
0895cba
Parents:
f980549
Message:

Refactoring monitor code in prevision for proper waitfor support

  • added monitor group struct
  • else and timeout now return negative results
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/monitor

    rf980549 rb18830e  
    105105
    106106struct __acceptable_t {
    107         fptr_t func;
    108         unsigned short count;
    109         monitor_desc ** monitors;
     107        __monitor_group monitors;
    110108        bool is_dtor;
    111109};
Note: See TracChangeset for help on using the changeset viewer.