Changeset a1a17a74 for src/libcfa/concurrency/kernel
- Timestamp:
- May 22, 2018, 4:39:48 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:
- 13073be, 2c88368
- Parents:
- 639991a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel
r639991a ra1a17a74 145 145 __dllist_t(struct processor) idles; 146 146 147 // List of processors 148 __spinlock_t thread_list_lock; 149 __dllist_t(struct thread_desc) threads; 150 147 151 // Link lists fields 148 152 struct {
Note: See TracChangeset
for help on using the changeset viewer.