Ignore:
Timestamp:
Apr 16, 2021, 12:40:27 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6528d75
Parents:
6abcb4d
Message:

Added alternative to relaxed-fifo scheduler.
Disabled by default

File:
1 edited

Legend:

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

    r6abcb4d r431cd4f  
    469469        this.name = name;
    470470        this.cltr = &_cltr;
    471         this.cltr_id = -1u;
     471        this.rdq.its = 0;
     472        this.rdq.itr = 0;
     473        this.rdq.id  = -1u;
     474        this.rdq.target = -1u;
     475        this.rdq.cutoff = -1ull;
    472476        do_terminate = false;
    473477        preemption_alarm = 0p;
Note: See TracChangeset for help on using the changeset viewer.