Changeset d72c074 for libcfa/src/concurrency/thread.cfa
- Timestamp:
- Jun 24, 2020, 4:36:20 PM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 564148f
- Parents:
- 29cb302
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
r29cb302 rd72c074 38 38 link.next = 0p; 39 39 link.prev = 0p; 40 link.preferred = -1; 40 41 41 42 node.next = 0p;
Note: See TracChangeset
for help on using the changeset viewer.