Changeset 3531e09
- Timestamp:
- Apr 15, 2021, 4:03:33 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:
- e0d6748
- Parents:
- 78d6c803
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r78d6c803 r3531e09 144 144 void ?{}(__intrusive_lane_t & this); 145 145 void ^?{}(__intrusive_lane_t & this); 146 147 // Counter used for wether or not the lanes are all empty148 struct __attribute__((aligned(128))) __snzi_node_t;149 struct __snzi_t {150 unsigned mask;151 int root;152 __snzi_node_t * nodes;153 };154 155 void ?{}( __snzi_t & this, unsigned depth );156 void ^?{}( __snzi_t & this );157 146 158 147 //TODO adjust cache size to ARCHITECTURE
Note: See TracChangeset
for help on using the changeset viewer.