Symbol: B_URGENT_DISPLAY_PRIORITY
headers/private/bluetooth/PortListener.h
14
uint32 PRIORITY = B_URGENT_DISPLAY_PRIORITY>
src/add-ons/kernel/bus_managers/acpi/BusManager.cpp
208
B_URGENT_DISPLAY_PRIORITY + 1) != B_OK) {
src/add-ons/kernel/bus_managers/scsi/busses.cpp
27
#define BUS_SERVICE_PRIORITY B_URGENT_DISPLAY_PRIORITY
src/add-ons/kernel/busses/usb/ehci.cpp
548
"ehci isochronous finish thread", B_URGENT_DISPLAY_PRIORITY,
src/add-ons/kernel/busses/usb/ohci.cpp
542
B_URGENT_DISPLAY_PRIORITY, (void *)this);
src/add-ons/kernel/busses/usb/uhci.cpp
664
"uhci finish thread", B_URGENT_DISPLAY_PRIORITY, (void *)this);
src/add-ons/kernel/busses/usb/uhci.cpp
681
"uhci isochronous finish thread", B_URGENT_DISPLAY_PRIORITY,
src/apps/activitymonitor/ActivityView.cpp
898
B_URGENT_DISPLAY_PRIORITY, this);
src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp
117
mPriority(B_URGENT_DISPLAY_PRIORITY), // !!! testing; will be B_REAL_TIME_PRIORITY for release
src/apps/processcontroller/ProcessController.cpp
601
B_URGENT_DISPLAY_PRIORITY, param);
src/bin/consoled/consoled.cpp
272
B_URGENT_DISPLAY_PRIORITY, keyboard);
src/bin/consoled/consoled.cpp
363
B_URGENT_DISPLAY_PRIORITY, con);
src/kits/media/MediaRoster.cpp
3630
BLooper("_BMediaRoster_", B_URGENT_DISPLAY_PRIORITY,
src/servers/app/DelayedMessage.cpp
28
static int32 kPriority = B_URGENT_DISPLAY_PRIORITY;
src/servers/input/InputServer.cpp
163
set_thread_priority(find_thread(NULL), B_URGENT_DISPLAY_PRIORITY);
src/system/kernel/DPC.cpp
13
#define HIGH_PRIORITY B_URGENT_DISPLAY_PRIORITY
src/system/kernel/scheduler/scheduler_thread.cpp
242
if (priority >= B_URGENT_DISPLAY_PRIORITY) {
src/system/kernel/scheduler/scheduler_thread.cpp
251
B_URGENT_DISPLAY_PRIORITY, B_NORMAL_PRIORITY, priority);
src/system/kernel/thread.cpp
2105
scheduler_set_thread_priority(thread, B_URGENT_DISPLAY_PRIORITY);
src/system/kernel/vm/vm_page_writer.cpp
43
#define MAX_PAGE_WRITER_IO_PRIORITY B_URGENT_DISPLAY_PRIORITY
src/system/libroot/posix/scheduler.cpp
50
return B_URGENT_DISPLAY_PRIORITY;
src/tests/apps/miniterminal/MiniView.cpp
267
fConsoleWriter = spawn_thread(&MiniView::ConsoleWriter, "console writer", B_URGENT_DISPLAY_PRIORITY, this);
src/tests/apps/miniterminal/MiniView.cpp
272
fShellExecutor = spawn_thread(&MiniView::ExecuteShell, "shell process", B_URGENT_DISPLAY_PRIORITY, this);
src/tests/kits/game/ParticlesII/particlesII.cpp
178
tid = spawn_thread(Entry,"rendering thread", B_URGENT_DISPLAY_PRIORITY,this);
src/tests/kits/game/page_flipper/page_flip.cpp
147
fThreadId = spawn_thread(Entry, "rendering thread", B_URGENT_DISPLAY_PRIORITY, this);
src/tests/servers/app/newerClipping/Desktop.cpp
18
: BLooper("desktop", B_URGENT_DISPLAY_PRIORITY),