Ignore:
Timestamp:
May 13, 2021, 3:49:05 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Added function to poll ready-queue length.
Not officially supported.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.hfa

    r57f70ab r8cd5434  
    176176void  ?{}(__ready_queue_t & this);
    177177void ^?{}(__ready_queue_t & this);
     178#if !defined(__CFA_NO_STATISTICS__)
     179        unsigned cnt(const __ready_queue_t & this, unsigned idx);
     180#endif
    178181
    179182// Idle Sleep
Note: See TracChangeset for help on using the changeset viewer.