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