Searched refs:HIGH_PRIORITY (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/kernel/include/kernel/
H A Ddpc.h16 #define DPC_THREAD_PRIORITY HIGH_PRIORITY
H A Dthread.h217 #define HIGH_PRIORITY ((NUM_PRIORITIES / 4) * 3) macro
/fuchsia/zircon/kernel/lib/oom/
H A Doom.cpp122 thread_t* t = thread_create("oom", oom_loop, nullptr, HIGH_PRIORITY);
/fuchsia/zircon/kernel/lib/debuglog/
H A Ddebuglog.cpp441 HIGH_PRIORITY - 1)) != NULL) {
447 HIGH_PRIORITY - 2)) != NULL) {
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c33 #define HIGH_PRIORITY 24 macro
277 HIGH_PRIORITY : DEFAULT_PRIORITY;
/fuchsia/zircon/kernel/tests/
H A Dthread_tests.cpp839 if (*v_pri == HIGH_PRIORITY) {
898 thread_set_priority(nt, HIGH_PRIORITY);

Completed in 42 milliseconds