Searched refs:LOWEST_PRIORITY (Results 1 – 4 of 4) sorted by relevance
21 if ((info.scheduler.priority < LOWEST_PRIORITY) || in validate_profile()
218 #define LOWEST_PRIORITY (0) macro221 #define IDLE_PRIORITY LOWEST_PRIORITY
65 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()
291 if ((prio < LOWEST_PRIORITY) || (prio > HIGHEST_PRIORITY)) in sys_thread_set_priority()
Completed in 13 milliseconds