Ignore:
Timestamp:
May 12, 2020, 4:58:53 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
2802824
Parents:
1b143de (diff), 068a202 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into relaxed_ready

File:
1 edited

Legend:

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

    r1b143de r2f1cb37  
    258258}
    259259
    260 void ?{}(cluster & this, const char name[], Duration preemption_rate, int io_flags) with( this ) {
     260void ?{}(cluster & this, const char name[], Duration preemption_rate, unsigned io_flags) with( this ) {
    261261        this.name = name;
    262262        this.preemption_rate = preemption_rate;
Note: See TracChangeset for help on using the changeset viewer.