Searched refs:B_LOW_PRIORITY (Results 1 - 25 of 41) sorted by relevance

12

/haiku/src/system/libroot/posix/
H A Dscheduler.cpp33 return B_LOW_PRIORITY;
/haiku/src/apps/cortex/support/
H A DBasicThread.h68 int32 priority=B_LOW_PRIORITY,
/haiku/src/apps/powerstatus/
H A DDriverInterface.cpp80 B_LOW_PRIORITY, this);
/haiku/headers/private/shared/
H A DThread.h52 SimpleThread(int32 priority = B_LOW_PRIORITY, const char* name = 0);
71 int32 priority = B_LOW_PRIORITY, const char* name = 0);
85 int32 priority = B_LOW_PRIORITY);
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.cpp60 set_thread_priority(fThreadId, B_LOW_PRIORITY);
/haiku/src/kits/tracker/
H A DTrashWatcher.cpp58 BLooper("TrashWatcher", B_LOW_PRIORITY),
H A DTaskLoop.cpp535 "TrackerTaskLoop", B_LOW_PRIORITY, this);
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp.cpp90 B_LOW_PRIORITY);
/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGDevice.cpp68 B_LOW_PRIORITY);
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A DAdaptiveBuffering.cpp91 fWriterThread = spawn_thread(&_Writer, "buffer reader", B_LOW_PRIORITY,
/haiku/src/kits/screensaver/
H A DScreenSaverRunner.cpp51 fThread = spawn_thread(&_ThreadFunc, "ScreenSaverRenderer", B_LOW_PRIORITY,
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp67 fListenThreadID = spawn_thread(_IPPListeningThread, "IPPListener", B_LOW_PRIORITY, this);
/haiku/src/apps/text_search/
H A DGrepper.cpp382 "Grep writer", B_LOW_PRIORITY, this);
383 set_thread_priority(xargsThread, B_LOW_PRIORITY);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp183 fOutputWorker = spawn_thread(_OutputWorker, "output worker", B_LOW_PRIORITY, this);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp53 : BLooper("screensaver controller", B_LOW_PRIORITY),
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp204 fThreadId = spawn_thread(ReadThreadFunction, "file reader", B_LOW_PRIORITY,
/haiku/src/system/kernel/
H A Dkernel_daemon.cpp71 fThread = spawn_kernel_thread(&_DaemonThreadEntry, name, B_LOW_PRIORITY,
H A Dlow_resource_manager.cpp429 "low resource manager", B_LOW_PRIORITY, NULL);
/haiku/src/apps/expander/
H A DExpanderThread.cpp88 set_thread_priority(fThreadId, B_LOW_PRIORITY);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp164 settings_writer, "Radeon In settings", B_LOW_PRIORITY, this )) < 0 )
/haiku/src/apps/showimage/
H A DImageCache.cpp133 "image loader", B_LOW_PRIORITY, this);
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp74 B_LOW_PRIORITY, this);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp140 err = fConnectThread = spawn_thread(_ConnectThread, "ESDEndpoint Connection", B_LOW_PRIORITY, this);
/haiku/src/servers/index/
H A DVolumeWatcher.cpp117 BLooper(name, B_LOW_PRIORITY),
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp62 B_LOW_PRIORITY, this);

Completed in 130 milliseconds

12