Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.cfa

    refc171d1 rbb83b47  
    735735void __unpark(  struct __processor_id_t * id, $thread * thrd __cfaabi_dbg_ctx_param2 ) {
    736736        // record activity
     737        __cfaabi_dbg_debug_do( char * old_caller = thrd->unpark_caller; )
    737738        __cfaabi_dbg_record_thrd( *thrd, false, caller );
    738739
Note: See TracChangeset for help on using the changeset viewer.