Changeset 80c72a7 for src/libcfa/concurrency/monitor
- Timestamp:
- Aug 22, 2017, 1:48:07 PM (7 years ago)
- 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:
- 3eab0ef6
- Parents:
- 90c4df0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/monitor
r90c4df0 r80c72a7 31 31 this->acceptable_count = 0; 32 32 this->accepted_index = -1; 33 this->pre_accept = 0;34 33 } 35 34 … … 104 103 unsigned short count; 105 104 monitor_desc ** monitors; 106 bool run_preaccept;107 105 }; 108 106
Note: See TracChangeset
for help on using the changeset viewer.