Searched refs:RUN_QUEUE_CLASS_NAME (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A DRunQueue.h55 #define RUN_QUEUE_CLASS_NAME RunQueue<Element, MaxPriority, GetLink> macro
77 const RUN_QUEUE_CLASS_NAME* fList;
153 RUN_QUEUE_CLASS_NAME::ConstIterator::ConstIterator()
161 RUN_QUEUE_CLASS_NAME::ConstIterator::ConstIterator(const RunQueue<Element,
171 typename RUN_QUEUE_CLASS_NAME::ConstIterator&
172 RUN_QUEUE_CLASS_NAME::ConstIterator::operator=(const ConstIterator& other)
184 RUN_QUEUE_CLASS_NAME::ConstIterator::HasNext() const
192 RUN_QUEUE_CLASS_NAME::ConstIterator::Next()
209 RUN_QUEUE_CLASS_NAME::ConstIterator::Rewind()
222 RUN_QUEUE_CLASS_NAME
[all...]

Completed in 186 milliseconds