Changeset a017ee7 for libcfa/src/concurrency/kernel_private.hfa
- Timestamp:
- Apr 15, 2021, 11:45:44 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- a4b0aa4
- Parents:
- fc59b580
- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel_private.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel_private.hfa
rfc59b580 ra017ee7 312 312 //----------------------------------------------------------------------- 313 313 // Increase the width of the ready queue (number of lanes) by 4 314 unsigned ready_queue_grow (struct cluster * cltr, int target);314 void ready_queue_grow (struct cluster * cltr); 315 315 316 316 //----------------------------------------------------------------------- 317 317 // Decrease the width of the ready queue (number of lanes) by 4 318 void ready_queue_shrink(struct cluster * cltr , int target);318 void ready_queue_shrink(struct cluster * cltr); 319 319 320 320
Note:
See TracChangeset
for help on using the changeset viewer.