- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
ra7b486b rd47349b 256 256 } 257 257 258 void ?{}(cluster & this, const char name[], Duration preemption_rate, intio_flags) with( this ) {258 void ?{}(cluster & this, const char name[], Duration preemption_rate, unsigned 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; ) 632 633 __cfaabi_dbg_record_thrd( *thrd, false, caller ); 633 634
Note:
See TracChangeset
for help on using the changeset viewer.