Symbol: B_LOW_PRIORITY
headers/private/shared/Thread.h
52
SimpleThread(int32 priority = B_LOW_PRIORITY, const char* name = 0);
headers/private/shared/Thread.h
71
int32 priority = B_LOW_PRIORITY, const char* name = 0);
headers/private/shared/Thread.h
85
int32 priority = B_LOW_PRIORITY);
src/add-ons/input_server/filters/screen_saver/ScreenSaverFilter.cpp
53
: BLooper("screensaver controller", B_LOW_PRIORITY),
src/add-ons/kernel/bus_managers/usb/Stack.cpp
61
B_LOW_PRIORITY, this);
src/add-ons/kernel/busses/random/ccp/ccp.cpp
89
B_LOW_PRIORITY);
src/add-ons/kernel/busses/random/virtio/VirtioRNGDevice.cpp
68
B_LOW_PRIORITY);
src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp
1604
"hda_codec_unsol_thread", B_LOW_PRIORITY, codec);
src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp
565
"bfs block allocator", B_LOW_PRIORITY, this);
src/add-ons/kernel/file_systems/ext2/BlockAllocator.cpp
631
B_LOW_PRIORITY, this);
src/add-ons/kernel/network/devices/ethernet/ethernet.cpp
223
"ethernet link state checker", B_LOW_PRIORITY, NULL);
src/add-ons/media/media-add-ons/esound_sink/ESDEndpoint.cpp
140
err = fConnectThread = spawn_thread(_ConnectThread, "ESDEndpoint Connection", B_LOW_PRIORITY, this);
src/add-ons/media/media-add-ons/radeon/RadeonAddOn.cpp
164
settings_writer, "Radeon In settings", B_LOW_PRIORITY, this )) < 0 )
src/add-ons/print/drivers/postscript/FilterIO.cpp
60
set_thread_priority(fThreadId, B_LOW_PRIORITY);
src/add-ons/print/transports/ipp/Ipp.cpp
67
fListenThreadID = spawn_thread(_IPPListeningThread, "IPPListener", B_LOW_PRIORITY, this);
src/apps/cortex/support/BasicThread.h
68
int32 priority=B_LOW_PRIORITY,
src/apps/debugger/user_interface/gui/team_window/ConsoleOutputView.cpp
183
fOutputWorker = spawn_thread(_OutputWorker, "output worker", B_LOW_PRIORITY, this);
src/apps/deskbar/ExpandoMenuBar.cpp
938
"Expando Window Watcher", B_LOW_PRIORITY, this);
src/apps/deskcalc/CalcView.cpp
941
B_LOW_PRIORITY, this);
src/apps/drivesetup/MainWindow.cpp
568
"WriteDiskImage", B_LOW_PRIORITY, (void*)msg);
src/apps/drivesetup/MainWindow.cpp
629
B_LOW_PRIORITY, (void*)msg);
src/apps/expander/ExpanderThread.cpp
88
set_thread_priority(fThreadId, B_LOW_PRIORITY);
src/apps/mediaconverter/MediaConverterApp.cpp
169
"converter thread", B_LOW_PRIORITY, (void *)this);
src/apps/musiccollection/FileMonitor.cpp
204
fThreadId = spawn_thread(ReadThreadFunction, "file reader", B_LOW_PRIORITY,
src/apps/packageinstaller/PackageItem.cpp
783
set_thread_priority(fThreadId, B_LOW_PRIORITY);
src/apps/powerstatus/DriverInterface.cpp
80
B_LOW_PRIORITY, this);
src/apps/serialconnect/SerialApp.cpp
74
B_LOW_PRIORITY, this);
src/apps/showimage/ImageCache.cpp
133
"image loader", B_LOW_PRIORITY, this);
src/apps/sudoku/SudokuWindow.cpp
88
B_LOW_PRIORITY, this);
src/apps/text_search/Grepper.cpp
397
"Grep writer", B_LOW_PRIORITY, this);
src/apps/text_search/Grepper.cpp
398
set_thread_priority(xargsThread, B_LOW_PRIORITY);
src/kits/screensaver/ScreenSaverRunner.cpp
51
fThread = spawn_thread(&_ThreadFunc, "ScreenSaverRenderer", B_LOW_PRIORITY,
src/kits/tracker/FSClipboard.cpp
612
: BLooper("ClipboardRefsWatcher", B_LOW_PRIORITY, 4096),
src/kits/tracker/TaskLoop.cpp
535
"TrackerTaskLoop", B_LOW_PRIORITY, this);
src/kits/tracker/TrashWatcher.cpp
59
BLooper("TrashWatcher", B_LOW_PRIORITY),
src/servers/index/VolumeWatcher.cpp
117
BLooper(name, B_LOW_PRIORITY),
src/servers/mount/AutoMounter.cpp
379
set_thread_priority(Thread(), B_LOW_PRIORITY);
src/system/kernel/cache/block_cache.cpp
3032
"block notifier/writer", B_LOW_PRIORITY, NULL);
src/system/kernel/debug/debug.cpp
2316
B_LOW_PRIORITY, NULL);
src/system/kernel/kernel_daemon.cpp
71
fThread = spawn_kernel_thread(&_DaemonThreadEntry, name, B_LOW_PRIORITY,
src/system/kernel/low_resource_manager.cpp
446
"low resource manager", B_LOW_PRIORITY, NULL);
src/system/libroot/posix/malloc/debug/heap.cpp
1656
B_LOW_PRIORITY, (void *)(addr_t)msInterval);
src/system/libroot/posix/scheduler.cpp
33
return B_LOW_PRIORITY;
src/tests/add-ons/kernel/file_systems/shared/consistency_check/AdaptiveBuffering.cpp
91
fWriterThread = spawn_thread(&_Writer, "buffer reader", B_LOW_PRIORITY,