Ignore:
File:
1 edited

Legend:

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

    rb69ea6b r82c948c  
    9090}
    9191
    92 extern "C" {
    93         void __finish_creation(void) {
    94                 coroutine_desc* thrd_c = this_coroutine;
    95                 ThreadCtxSwitch( thrd_c, thrd_c->last );
    96         }
    97 }
    98 
    9992void yield( void ) {
    100         verify( preemption.enabled );
    10193        BlockInternal( this_thread );
    102         verify( preemption.enabled );
    10394}
    10495
Note: See TracChangeset for help on using the changeset viewer.