- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
rd47349b ra7b486b 256 256 } 257 257 258 void ?{}(cluster & this, const char name[], Duration preemption_rate, unsignedio_flags) with( this ) {258 void ?{}(cluster & this, const char name[], Duration preemption_rate, int io_flags) with( this ) { 259 259 this.name = name; 260 260 this.preemption_rate = preemption_rate; … … 630 630 631 631 // record activity 632 __cfaabi_dbg_debug_do( char * old_caller = thrd->unpark_caller; )633 632 __cfaabi_dbg_record_thrd( *thrd, false, caller ); 634 633
Note:
See TracChangeset
for help on using the changeset viewer.