Changeset 9cc0472 for src/libcfa/concurrency/kernel_private.h
- Timestamp:
- Jul 19, 2017, 12:28:59 PM (6 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 3175147
- Parents:
- b826e6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel_private.h
rb826e6b r9cc0472 73 73 extern event_kernel_t * event_kernel; 74 74 75 extern volatile thread_local processor * this_processor; 76 extern volatile thread_local coroutine_desc * this_coroutine; 77 extern volatile thread_local thread_desc * this_thread; 75 extern thread_local coroutine_desc * volatile this_coroutine; 76 extern thread_local thread_desc * volatile this_thread; 77 extern thread_local processor * volatile this_processor; 78 78 79 extern volatile thread_local bool preemption_in_progress; 79 80 extern volatile thread_local unsigned short disable_preempt_count;
Note: See TracChangeset
for help on using the changeset viewer.