Searched refs:B_FIRST_REAL_TIME_PRIORITY (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/
H A Dscheduler.cpp30 return B_FIRST_REAL_TIME_PRIORITY;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp289 if (info.priority >= B_FIRST_REAL_TIME_PRIORITY)
305 if (policy == SCHED_RR && param->sched_priority < B_FIRST_REAL_TIME_PRIORITY)
307 if (policy == SCHED_OTHER && param->sched_priority >= B_FIRST_REAL_TIME_PRIORITY)
/haiku/headers/build/
H A DHaikuBuildCompatibility.h64 #ifndef B_FIRST_REAL_TIME_PRIORITY
65 # define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY macro
/haiku/src/system/kernel/
H A DDPC.cpp14 #define REAL_TIME_PRIORITY B_FIRST_REAL_TIME_PRIORITY
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp62 const static uint32 kMouseThreadPriority = B_FIRST_REAL_TIME_PRIORITY + 4;
/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.cpp293 ASSERT(fEffectivePriority < B_FIRST_REAL_TIME_PRIORITY);
H A Dscheduler_thread.h160 return GetPriority() >= B_FIRST_REAL_TIME_PRIORITY;
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp60 const static uint32 kTabletThreadPriority = B_FIRST_REAL_TIME_PRIORITY + 4;
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp91 const static uint32 kTabletThreadPriority = B_FIRST_REAL_TIME_PRIORITY + 4;
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp30 kWatcherThreadPriority = B_FIRST_REAL_TIME_PRIORITY + 4,
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp96 const static uint32 kMouseThreadPriority = B_FIRST_REAL_TIME_PRIORITY + 4;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp88 const static uint32 kKeyboardThreadPriority = B_FIRST_REAL_TIME_PRIORITY + 4;
/haiku/headers/os/kernel/
H A DOS.h337 #define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1181 #define B_FIRST_REAL_TIME_PRIORITY FSSH_B_FIRST_REAL_TIME_PRIORITY macro

Completed in 154 milliseconds