Ignore:
File:
1 edited

Legend:

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

    r44264c5 r4e6fb8e  
    2828}
    2929
    30 extern thread_local processor * this_processor;
     30extern volatile thread_local processor * this_processor;
    3131
    3232//-----------------------------------------------------------------------------
     
    8484
    8585void yield( void ) {
    86         ScheduleInternal( this_processor->current_thread );
     86        BlockInternal( this_processor->current_thread );
    8787}
    8888
Note: See TracChangeset for help on using the changeset viewer.