Changeset 857081e
- Timestamp:
- Nov 21, 2022, 9:02:21 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 7bc84b8
- Parents:
- 9fce2572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/concurrency/kernel/fwd.hfa ¶
r9fce2572 r857081e 120 120 121 121 // Yield: yield N times 122 static inline void yield( unsignedtimes ) {122 static inline void yield( size_t times ) { 123 123 for( times ) { 124 124 yield();
Note: See TracChangeset
for help on using the changeset viewer.