Changes in libcfa/src/concurrency/invoke.c [2026bb6:b78129a]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.c
r2026bb6 rb78129a 13 13 // Update Count : 5 14 14 // 15 16 #define __cforall_thread__17 15 18 16 #include <stdbool.h> … … 33 31 extern void __finish_creation( struct thread_desc * ); 34 32 extern void __leave_thread_monitor( struct thread_desc * this ); 35 extern void disable_interrupts() OPTIONAL_THREAD;33 extern void disable_interrupts(); 36 34 extern void enable_interrupts( __cfaabi_dbg_ctx_param ); 37 35
Note:
See TracChangeset
for help on using the changeset viewer.