Searched refs:LOWEST_PRIORITY (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/object/
H A Dprofile_dispatcher.cpp21 if ((info.scheduler.priority < LOWEST_PRIORITY) ||
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h211 #define LOWEST_PRIORITY (0) macro
214 #define IDLE_PRIORITY LOWEST_PRIORITY
/fuchsia/zircon/kernel/kernel/
H A Dsched.cpp65 DEBUG_ASSERT(ep >= LOWEST_PRIORITY && ep <= HIGHEST_PRIORITY);
105 if (unlikely(t->base_priority + boost_floor < LOWEST_PRIORITY)) {
106 boost_floor = t->base_priority - LOWEST_PRIORITY;
/fuchsia/zircon/kernel/syscalls/
H A Dtask.cpp284 if ((prio < LOWEST_PRIORITY) || (prio > HIGHEST_PRIORITY))

Completed in 45 milliseconds