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

/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h214 #define IDLE_PRIORITY LOWEST_PRIORITY macro
/fuchsia/zircon/kernel/kernel/
H A Dthread.cpp141 * IDLE_PRIORITY
1016 if (priority <= IDLE_PRIORITY) {
1017 priority = IDLE_PRIORITY + 1;
1046 sched_init_thread(t, IDLE_PRIORITY);
1120 IDLE_PRIORITY, NULL);

Completed in 27 milliseconds