Searched refs:IDLE_PRIORITY (Results 1 – 2 of 2) sorted by relevance
1040 if (priority <= IDLE_PRIORITY) { in thread_set_priority()1041 priority = IDLE_PRIORITY + 1; in thread_set_priority()1070 sched_init_thread(t, IDLE_PRIORITY); in thread_become_idle()1144 IDLE_PRIORITY, NULL); in thread_create_idle_thread()
221 #define IDLE_PRIORITY LOWEST_PRIORITY macro
Completed in 9 milliseconds