Home
last modified time | relevance | path

Searched refs:HIGHEST_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/lk-master/kernel/
A Dthread.c786 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()
/lk-master/kernel/include/kernel/
A Dthread.h130 #define HIGHEST_PRIORITY (NUM_PRIORITIES - 1) macro

Completed in 6 milliseconds