Searched refs:HIGH_PRIORITY (Results 1 – 5 of 5) sorted by relevance
16 #define DPC_THREAD_PRIORITY HIGH_PRIORITY
224 #define HIGH_PRIORITY ((NUM_PRIORITIES / 4) * 3) macro
122 thread_t* t = thread_create("oom", oom_loop, nullptr, HIGH_PRIORITY); in start_thread_locked()
454 HIGH_PRIORITY - 1)) != NULL) { in dlog_init_hook()460 HIGH_PRIORITY - 2)) != NULL) { in dlog_init_hook()
832 if (*v_pri == HIGH_PRIORITY) { in prio_test_thread()891 thread_set_priority(nt, HIGH_PRIORITY); in priority_test()
Completed in 8 milliseconds