Changeset cf5e5b1 for src/libcfa/concurrency/kernel
- Timestamp:
- May 31, 2018, 11:24:50 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, with_gc
- Children:
- 4e7cc5ce, b368dd8
- Parents:
- 25fcb84 (diff), ae32d96 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel
r25fcb84 rcf5e5b1 23 23 extern "C" { 24 24 #include <pthread.h> 25 #include <semaphore.h> 25 26 } 26 27 … … 131 132 132 133 // Idle lock 134 sem_t idleLock; 133 135 134 136 // Link lists fields
Note:
See TracChangeset
for help on using the changeset viewer.