Changeset c0c940a for libcfa/src/concurrency/kernel
- Timestamp:
- May 4, 2021, 12:25:36 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:
- 1716e1c, 58c671ba, 78a6b9c
- Parents:
- 692f0c8 (diff), 9fa538c (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
-
libcfa/src/concurrency/kernel/startup.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r692f0c8 rc0c940a 461 461 self_mon_p = &self_mon; 462 462 link.next = 0p; 463 link. prev = 0p;464 link.preferred = -1u;463 link.ts = 0; 464 preferred = -1u; 465 465 last_proc = 0p; 466 466 #if defined( __CFA_WITH_VERIFY__ )
Note:
See TracChangeset
for help on using the changeset viewer.