Searched refs:B_REAL_TIME_DISPLAY_PRIORITY (Results 1 - 14 of 14) sorted by path

/haiku/headers/build/
H A DHaikuBuildCompatibility.h65 # define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
/haiku/headers/private/fs_shell/
H A Dfssh_os.h141 #define FSSH_B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
H A Dfssh_api_wrapper.h1177 #define B_REAL_TIME_DISPLAY_PRIORITY FSSH_B_REAL_TIME_DISPLAY_PRIORITY macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dpriority.h11 #define PI_NET (B_REAL_TIME_DISPLAY_PRIORITY - 9)
12 #define PI_SOFT (B_REAL_TIME_DISPLAY_PRIORITY - 1)
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c53 #define BMAX (B_REAL_TIME_DISPLAY_PRIORITY - 1)
/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp72 _Thread = spawn_thread(_StartWatchPort, device, B_REAL_TIME_DISPLAY_PRIORITY+4, this);
/haiku/headers/os/kernel/
H A DOS.h329 #define B_REAL_TIME_DISPLAY_PRIORITY 100 macro
337 #define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp461 B_REAL_TIME_DISPLAY_PRIORITY + 4, this);
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp539 name, B_REAL_TIME_DISPLAY_PRIORITY - 10, interface);
/haiku/src/bin/
H A Drenice.c46 #define BMIN (B_REAL_TIME_DISPLAY_PRIORITY-1)
/haiku/src/libs/compat/freebsd_network/
H A Dbus.cpp412 B_REAL_TIME_DISPLAY_PRIORITY, intr);
/haiku/src/servers/app/
H A DEventDispatcher.cpp314 B_REAL_TIME_DISPLAY_PRIORITY - 10, this);
322 B_REAL_TIME_DISPLAY_PRIORITY - 5, this);
/haiku/src/servers/input/
H A DInputServer.cpp1470 B_REAL_TIME_DISPLAY_PRIORITY + 3, this);
/haiku/src/system/kernel/
H A Dthread.cpp1968 || (realTimeOnly && thread->priority < B_REAL_TIME_DISPLAY_PRIORITY))

Completed in 104 milliseconds