Changeset 3e1a705 for libcfa/src
- Timestamp:
- May 6, 2021, 5:51:27 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c8ffd74f
- Parents:
- 938885d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r938885d3 r3e1a705 496 496 this.rdq.id = -1u; 497 497 this.rdq.target = -1u; 498 this.rdq.cutoff = -1ull;498 this.rdq.cutoff = 0ull; 499 499 do_terminate = false; 500 500 preemption_alarm = 0p;
Note: See TracChangeset
for help on using the changeset viewer.