Searched refs:B_NORMAL_PRIORITY (Results 101 - 125 of 220) sorted by relevance

123456789

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DWorkQueue.cpp28 "NFSv4 Work Queue", B_NORMAL_PRIORITY, this);
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp127 "Initial devices scan", B_NORMAL_PRIORITY, this));
/haiku/src/apps/packageinstaller/
H A DPackageInstall.cpp63 B_NORMAL_PRIORITY, this);
/haiku/src/kits/media/legacy/
H A DOldMediaModule.h81 BMediaRenderer(const char* name = NULL, int32 priority = B_NORMAL_PRIORITY);
/haiku/headers/os/app/
H A DLooper.h32 int32 priority = B_NORMAL_PRIORITY,
/haiku/src/apps/mail/
H A DQueryList.cpp209 B_NORMAL_PRIORITY, this);
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp77 B_NORMAL_PRIORITY, this);
/haiku/src/apps/soundrecorder/
H A DVUView.cpp80 fThreadId = spawn_thread(_RenderLaunch, "VU view", B_NORMAL_PRIORITY,
H A DScopeView.cpp91 fThreadId = spawn_thread(&RenderLaunch, "Scope view", B_NORMAL_PRIORITY,
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c38 attr->sched_priority = B_NORMAL_PRIORITY;
H A Dpthread.cpp28 B_NORMAL_PRIORITY,
/haiku/src/servers/registrar/
H A DRegistrar.cpp71 set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY + 1); local
/haiku/src/system/kernel/
H A Dmain.cpp234 B_NORMAL_PRIORITY, NULL);
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp295 "Package Contents Populator", B_NORMAL_PRIORITY, this);
H A DScreenshotWindow.cpp211 "Screenshot Loader", B_NORMAL_PRIORITY, this);
/haiku/src/apps/terminal/
H A DTermApp.cpp114 "child cleanup", B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/network/dns_resolver/kernel_add_on/
H A Ddns_resolver.cpp54 thread_id thread = load_image_etc(1, args, NULL, B_NORMAL_PRIORITY,
/haiku/src/apps/haiku3d/
H A DRenderView.cpp70 B_NORMAL_PRIORITY, this);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp130 mLogThread = ::spawn_thread(&LogWriterLoggingThread, "LogWriter", B_NORMAL_PRIORITY, this);
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp154 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp88 B_NORMAL_PRIORITY, this);
/haiku/src/apps/expander/
H A DExpanderThread.cpp24 GenericThread(ExpanderThreadName, B_NORMAL_PRIORITY, refs_message),
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp41 B_NORMAL_PRIORITY, this);
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c485 cookie->runner = spawn_thread(connection_runner, "connection runner", B_NORMAL_PRIORITY, cookie);
564 gConnectionOpener = spawn_thread(connection_opener, "connection opener", B_NORMAL_PRIORITY, NULL);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp326 "UFS notification thread", B_NORMAL_PRIORITY, this);
329 "UFS notification thread", B_NORMAL_PRIORITY, this);

Completed in 543 milliseconds

123456789