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

/haiku/src/apps/processcontroller/
H A DThreadBarMenuItem.cpp97 bool idleThread = false; local
99 idleThread = threadInfo.priority == B_IDLE_PRIORITY;
103 idleThread ? gIdleColorSelected : gUserColorSelected);
105 menu->SetHighColor(idleThread ? gIdleColor : gUserColor);
/haiku/headers/private/kernel/
H A Dkscheduler.h51 status_t scheduler_on_thread_create(Thread* thread, bool idleThread);
H A Dthread_types.h577 status_t Init(bool idleThread);
/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp477 scheduler_on_thread_create(Thread* thread, bool idleThread) argument
/haiku/src/system/kernel/
H A Dthread.cpp364 Thread::Init(bool idleThread) argument
366 status_t error = scheduler_on_thread_create(this, idleThread);

Completed in 58 milliseconds