Changeset bd0bdd37 for libcfa/src/concurrency/kernel.hfa
- Timestamp:
- Mar 25, 2021, 3:09:01 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 08e75215, 2d95a2d
- Parents:
- 3143f28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r3143f28 rbd0bdd37 69 69 // Cluster from which to get threads 70 70 struct cluster * cltr; 71 72 // Id within the cluster 73 unsigned cltr_id; 71 74 72 75 // Set to true to notify the processor should terminate
Note: See TracChangeset
for help on using the changeset viewer.