Changes in src/libcfa/concurrency/thread.c [c2b9f21:d67cdb7]
- File:
-
- 1 edited
-
src/libcfa/concurrency/thread.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/thread.c
rc2b9f21 rd67cdb7 17 17 18 18 #include "kernel_private.h" 19 #include "libhdr.h" 19 20 20 21 #define __CFA_INVOKE_PRIVATE__ … … 71 72 thrd_c->last = this_coroutine; 72 73 73 // __cfaabi_dbg_print_safe("Thread start : %p (t %p, c %p)\n", this, thrd_c, thrd_h);74 // LIB_DEBUG_PRINT_SAFE("Thread start : %p (t %p, c %p)\n", this, thrd_c, thrd_h); 74 75 75 76 disable_interrupts(); … … 81 82 82 83 ScheduleThread(thrd_h); 83 enable_interrupts( __cfaabi_dbg_ctx);84 enable_interrupts( DEBUG_CTX ); 84 85 } 85 86
Note:
See TracChangeset
for help on using the changeset viewer.