Ignore:
File:
1 edited

Legend:

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

    rd47349b ra7b486b  
    256256}
    257257
    258 void ?{}(cluster & this, const char name[], Duration preemption_rate, unsigned io_flags) with( this ) {
     258void ?{}(cluster & this, const char name[], Duration preemption_rate, int 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; )
    633632        __cfaabi_dbg_record_thrd( *thrd, false, caller );
    634633
Note: See TracChangeset for help on using the changeset viewer.