Home
last modified time | relevance | path

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

/kernel/object/
A Dprofile_dispatcher.cpp21 if ((info.scheduler.priority < LOWEST_PRIORITY) || in validate_profile()
/kernel/include/kernel/
A Dthread.h218 #define LOWEST_PRIORITY (0) macro
221 #define IDLE_PRIORITY LOWEST_PRIORITY
/kernel/kernel/
A Dsched.cpp65 DEBUG_ASSERT(ep >= LOWEST_PRIORITY && ep <= HIGHEST_PRIORITY); in compute_effec_priority()
105 if (unlikely(t->base_priority + boost_floor < LOWEST_PRIORITY)) { in deboost_thread()
106 boost_floor = t->base_priority - LOWEST_PRIORITY; in deboost_thread()
/kernel/syscalls/
A Dtask.cpp291 if ((prio < LOWEST_PRIORITY) || (prio > HIGHEST_PRIORITY)) in sys_thread_set_priority()

Completed in 13 milliseconds