Changeset 431cd4f for libcfa/src/concurrency/kernel/startup.cfa
- Timestamp:
- Apr 16, 2021, 12:40: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:
- 6528d75
- Parents:
- 6abcb4d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r6abcb4d r431cd4f 469 469 this.name = name; 470 470 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; 472 476 do_terminate = false; 473 477 preemption_alarm = 0p;
Note: See TracChangeset
for help on using the changeset viewer.