Changeset 24fc196 for src/libcfa/concurrency/kernel.c
- Timestamp:
- Jul 13, 2017, 4:16:21 PM (6 years ago)
- Branches:
- ADT, 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:
- 4b234f0, 994d080
- Parents:
- 578e6037 (diff), d6ff3ff (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.c
r578e6037 r24fc196 60 60 volatile thread_local coroutine_desc * this_coroutine; 61 61 volatile thread_local thread_desc * this_thread; 62 volatile thread_local bool preemption_in_progress = 0; 62 63 volatile thread_local unsigned short disable_preempt_count = 1; 63 64
Note: See TracChangeset
for help on using the changeset viewer.