- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
refc171d1 rbb83b47 735 735 void __unpark( struct __processor_id_t * id, $thread * thrd __cfaabi_dbg_ctx_param2 ) { 736 736 // record activity 737 __cfaabi_dbg_debug_do( char * old_caller = thrd->unpark_caller; ) 737 738 __cfaabi_dbg_record_thrd( *thrd, false, caller ); 738 739
Note:
See TracChangeset
for help on using the changeset viewer.