- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel_private.h
rf2b12406 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.