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

/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.h44 inline bool IsIdle() const;
165 ThreadData::IsIdle() const function in class:Scheduler::ThreadData
202 if (IsIdle() || IsRealTime())
440 wasRunQueueEmpty = (top == NULL || top->IsIdle());
449 wasRunQueueEmpty = (top == NULL || top->IsIdle());
H A Dscheduler_thread.cpp267 ASSERT(!IsIdle());
283 if (IsIdle())
H A Dscheduler.cpp351 if (!oldThreadData->IsIdle()) {
383 if (!oldThreadData->IsIdle()) {
407 ASSERT(!gCPU[thisCPU].disabled || nextThreadData->IsIdle());
440 if (!nextThreadData->IsIdle())
H A Dscheduler_cpu.cpp306 if (!thread->IsIdle()) {
454 ASSERT(!thread->IsIdle());
/haiku/src/kits/tracker/
H A DTaskLoop.cpp275 RunWhenIdleTask::IsIdle(bigtime_t currentTime, float taskOverhead) function in class:RunWhenIdleTask
312 return IsIdle(currentTime, 0);
319 return IsIdle(currentTime, kIdleTreshold);
H A DTaskLoop.h122 bool IsIdle(bigtime_t currentTime, float taskOverhead);

Completed in 101 milliseconds