Home
last modified time | relevance | path

Searched refs:HIGH_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/kernel/include/kernel/
A Ddpc.h16 #define DPC_THREAD_PRIORITY HIGH_PRIORITY
A Dthread.h224 #define HIGH_PRIORITY ((NUM_PRIORITIES / 4) * 3) macro
/kernel/lib/oom/
A Doom.cpp122 thread_t* t = thread_create("oom", oom_loop, nullptr, HIGH_PRIORITY); in start_thread_locked()
/kernel/lib/debuglog/
A Ddebuglog.cpp454 HIGH_PRIORITY - 1)) != NULL) { in dlog_init_hook()
460 HIGH_PRIORITY - 2)) != NULL) { in dlog_init_hook()
/kernel/tests/
A Dthread_tests.cpp832 if (*v_pri == HIGH_PRIORITY) { in prio_test_thread()
891 thread_set_priority(nt, HIGH_PRIORITY); in priority_test()

Completed in 14 milliseconds