Home
last modified time | relevance | path

Searched refs:RunQueue (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A DRunQueue.h55 #define RUN_QUEUE_CLASS_NAME RunQueue<Element, MaxPriority, GetLink>
59 class RunQueue {
64 ConstIterator(const RunQueue<Element,
84 RunQueue();
161 RUN_QUEUE_CLASS_NAME::ConstIterator::ConstIterator(const RunQueue<Element, in ConstIterator()
235 RUN_QUEUE_CLASS_NAME::RunQueue() in RunQueue() function
H A Dscheduler_cpu.h41 class ThreadRunQueue : public RunQueue<ThreadData, THREAD_MAX_SET_PRIORITY> {