Changeset d6ff3ff for src/libcfa/concurrency/kernel_private.h
- Timestamp:
- Jul 13, 2017, 3:51:00 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:
- 0764cfb, 24fc196, 3d4b23fa
- Parents:
- 35b06a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel_private.h
r35b06a8 rd6ff3ff 79 79 extern volatile thread_local coroutine_desc * this_coroutine; 80 80 extern volatile thread_local thread_desc * this_thread; 81 extern volatile thread_local bool preemption_in_progress; 81 82 extern volatile thread_local unsigned short disable_preempt_count; 82 83
Note: See TracChangeset
for help on using the changeset viewer.