Searched refs:sharedThread (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp235 ThreadData* sharedThread = fCore->PeekThread(); local
236 ASSERT(sharedThread != NULL || pinnedThread != NULL || oldThread != NULL);
239 if (sharedThread != NULL)
240 sharedPriority = sharedThread->GetEffectivePriority();
247 fCore->Remove(sharedThread);
248 return sharedThread;

Completed in 14 milliseconds