Changeset 8cd5434 for libcfa/src/concurrency/kernel.hfa
- Timestamp:
- May 13, 2021, 3:49:05 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:
- e2f601f
- Parents:
- 57f70ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r57f70ab r8cd5434 176 176 void ?{}(__ready_queue_t & this); 177 177 void ^?{}(__ready_queue_t & this); 178 #if !defined(__CFA_NO_STATISTICS__) 179 unsigned cnt(const __ready_queue_t & this, unsigned idx); 180 #endif 178 181 179 182 // Idle Sleep
Note: See TracChangeset
for help on using the changeset viewer.