Ignore:
File:
1 edited

Legend:

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

    ra7b486b rd47349b  
    256256}
    257257
    258 void ?{}(cluster & this, const char name[], Duration preemption_rate, int io_flags) with( this ) {
     258void ?{}(cluster & this, const char name[], Duration preemption_rate, unsigned io_flags) with( this ) {
    259259        this.name = name;
    260260        this.preemption_rate = preemption_rate;
     
    630630
    631631        // record activity
     632        __cfaabi_dbg_debug_do( char * old_caller = thrd->unpark_caller; )
    632633        __cfaabi_dbg_record_thrd( *thrd, false, caller );
    633634
Note: See TracChangeset for help on using the changeset viewer.