Changeset 320ec6fc for libcfa/src/concurrency/kernel_private.hfa
- Timestamp:
- Jul 24, 2020, 1:11:39 PM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 39fc03e
- Parents:
- f4ec4a90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel_private.hfa
rf4ec4a90 r320ec6fc 274 274 //----------------------------------------------------------------------- 275 275 // Increase the width of the ready queue (number of lanes) by 4 276 void ready_queue_grow (struct cluster * cltr );276 void ready_queue_grow (struct cluster * cltr, int target); 277 277 278 278 //----------------------------------------------------------------------- 279 279 // Decrease the width of the ready queue (number of lanes) by 4 280 void ready_queue_shrink(struct cluster * cltr );280 void ready_queue_shrink(struct cluster * cltr, int target); 281 281 282 282 //-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.