Changeset e0d6748 for libcfa/src/concurrency/kernel_private.hfa
- Timestamp:
- Apr 15, 2021, 4:13:53 PM (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:
- a0e7d3c
- Parents:
- 3531e09
- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel_private.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel_private.hfa
r3531e09 re0d6748 284 284 // Ready-Queue API 285 285 //----------------------------------------------------------------------- 286 // pop thread from the ready queue of a cluster287 // returns 0p if empty288 __attribute__((hot)) bool query(struct cluster * cltr);289 290 //-----------------------------------------------------------------------291 286 // push thread onto a ready queue for a cluster 292 287 // returns true if the list was previously empty, false otherwise
Note:
See TracChangeset
for help on using the changeset viewer.