Changes in libcfa/src/concurrency/invoke.c [a3821fa:d31bb83]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.c
ra3821fa rd31bb83 34 34 35 35 extern void disable_interrupts() OPTIONAL_THREAD; 36 extern void enable_interrupts( _ Bool poll);36 extern void enable_interrupts( __cfaabi_dbg_ctx_param ); 37 37 38 38 void __cfactx_invoke_coroutine( … … 82 82 ) { 83 83 // Officially start the thread by enabling preemption 84 enable_interrupts( true);84 enable_interrupts( __cfaabi_dbg_ctx ); 85 85 86 86 // Call the main of the thread
Note:
See TracChangeset
for help on using the changeset viewer.