Changes in src/libcfa/concurrency/thread.c [9d944b2:bd4d011]
- File:
-
- 1 edited
-
src/libcfa/concurrency/thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/thread.c
r9d944b2 rbd4d011 71 71 this_processor->current_coroutine = thrd_c; 72 72 73 LIB_DEBUG_PRINT _SAFE("Thread start : %p (t %p, c %p)\n", this, thrd_c, thrd_h);73 LIB_DEBUG_PRINTF("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.