Searched refs:HIGHEST_PRIORITY (Results 1 – 2 of 2) sorted by relevance
786 t->priority = HIGHEST_PRIORITY; in thread_init_early()829 if (priority > HIGHEST_PRIORITY) in thread_set_priority()830 priority = HIGHEST_PRIORITY; in thread_set_priority()890 t->priority = HIGHEST_PRIORITY; in thread_secondary_cpu_init_early()
130 #define HIGHEST_PRIORITY (NUM_PRIORITIES - 1) macro
Completed in 6 milliseconds