- File:
-
- 1 edited
-
src/libcfa/concurrency/threads.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/threads.c
rc84e80a r8118303 78 78 current_coroutine = thrd_c; 79 79 80 //LIB_DEBUG_PRINTF("Thread start : %p (t %p, c %p)\n", handle, thrd_c, thrd_h);80 LIB_DEBUG_PRINTF("Thread start : %p (t %p, c %p)\n", handle, thrd_c, thrd_h); 81 81 82 82 create_stack(&thrd_c->stack, thrd_c->stack.size); … … 84 84 CtxSwitch( thrd_c->last->stack.context, thrd_c->stack.context ); 85 85 86 scheduler_add(thrd_h);86 the_thread = thrd_h; 87 87 } 88 88
Note:
See TracChangeset
for help on using the changeset viewer.