Changes in src/libcfa/concurrency/thread.c [bd4d011:9d944b2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/libcfa/concurrency/thread.c ¶
rbd4d011 r9d944b2 71 71 this_processor->current_coroutine = thrd_c; 72 72 73 LIB_DEBUG_PRINT F("Thread start : %p (t %p, c %p)\n", this, thrd_c, thrd_h);73 LIB_DEBUG_PRINT_SAFE("Thread start : %p (t %p, c %p)\n", this, thrd_c, thrd_h); 74 74 75 75 create_stack(&thrd_c->stack, thrd_c->stack.size);
Note: See TracChangeset
for help on using the changeset viewer.