Changeset 206de5a for src/libcfa/concurrency/invoke.h
- Timestamp:
- Sep 27, 2017, 11:22:19 AM (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:
- e2b17a4
- Parents:
- a7d151f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.h
ra7d151f r206de5a 110 110 struct monitor_desc self_mon; // monitor body used for mutual exclusion 111 111 struct monitor_desc * self_mon_p; // pointer to monitor with sufficient lifetime for current monitors 112 struct __monitor_group_t monitors; 112 struct __monitor_group_t monitors; // monitors currently held by this thread 113 113 114 114 // Link lists fields
Note: See TracChangeset
for help on using the changeset viewer.