Searched refs:pinnedThread (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp228 ThreadData* pinnedThread = fRunQueue.PeekMaximum(); local
230 if (pinnedThread != NULL)
231 pinnedPriority = pinnedThread->GetEffectivePriority();
236 ASSERT(sharedThread != NULL || pinnedThread != NULL || oldThread != NULL);
253 Remove(pinnedThread);
254 return pinnedThread;

Completed in 72 milliseconds