Changeset 95487027 for src/libcfa/concurrency/kernel
- Timestamp:
- Jun 7, 2018, 1:29:41 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, with_gc
- Children:
- 08b5a7e
- Parents:
- 8551b859 (diff), a43c561 (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
r8551b859 r95487027 133 133 // Idle lock 134 134 sem_t idleLock; 135 // __bin_sem_t idleLock; 135 136 136 137 // Link lists fields 137 struct {138 struct __dbg_node_proc { 138 139 struct processor * next; 139 140 struct processor * prev; … … 182 183 183 184 // Link lists fields 184 struct {185 struct __dbg_node_cltr { 185 186 cluster * next; 186 187 cluster * prev;
Note:
See TracChangeset
for help on using the changeset viewer.