Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/threads.c

    rc84e80a r8118303  
    7878        current_coroutine = thrd_c;
    7979
    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);
    8181
    8282        create_stack(&thrd_c->stack, thrd_c->stack.size);
     
    8484        CtxSwitch( thrd_c->last->stack.context, thrd_c->stack.context );
    8585
    86         scheduler_add(thrd_h);
     86        the_thread = thrd_h;
    8787}
    8888
Note: See TracChangeset for help on using the changeset viewer.