Changeset 08e8851 for libcfa/src/concurrency/kernel
- Timestamp:
- Sep 29, 2020, 1:51:01 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 1526e86, 87b9332, 9dc3eb21
- Parents:
- 2ff78aae (diff), d13dd6b (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r2ff78aae r08e8851 470 470 this.name = name; 471 471 this.cltr = &_cltr; 472 id = -1u;472 full_proc = true; 473 473 destroyer = 0p; 474 474 do_terminate = false;
Note:
See TracChangeset
for help on using the changeset viewer.