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 { class
64 ConstIterator(const RunQueue<Element,
84 RunQueue();
161 RUN_QUEUE_CLASS_NAME::ConstIterator::ConstIterator(const RunQueue<Element, argument
235 RUN_QUEUE_CLASS_NAME::RunQueue() function in class:RUN_QUEUE_CLASS_NAME
H A Dscheduler_cpu.h18 #include "RunQueue.h"
40 class ThreadRunQueue : public RunQueue<ThreadData, THREAD_MAX_SET_PRIORITY> {

Completed in 45 milliseconds