Searched refs:B_NORMAL_PRIORITY (Results 151 - 175 of 220) sorted by relevance

123456789

/haiku/src/servers/net/
H A DServices.cpp164 fListener = spawn_thread(_Listener, "services listener", B_NORMAL_PRIORITY,
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp113 B_NORMAL_PRIORITY, this);
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp58 B_NORMAL_PRIORITY, this);
/haiku/src/apps/terminal/
H A DShell.cpp544 set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY); local
/haiku/src/add-ons/kernel/generic/locked_pool/
H A Dlocked_pool.c288 "locked_pool_enlarger", B_NORMAL_PRIORITY, NULL);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp230 "FUSE init", B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/network/stack/
H A Dutility.cpp524 B_NORMAL_PRIORITY, NULL);
/haiku/src/kits/tracker/
H A DThumbnails.cpp312 B_NORMAL_PRIORITY, *jobQueue);
H A DFSUtils.cpp555 LaunchInNewThread("MoveTask", B_NORMAL_PRIORITY, MoveTask, srcList,
573 LaunchInNewThread("DeleteTask", B_NORMAL_PRIORITY, _DeleteTask, list,
584 LaunchInNewThread("RestoreTask", B_NORMAL_PRIORITY, _RestoreTask,
601 LaunchInNewThread("MoveTask", B_NORMAL_PRIORITY, MoveTask, srcList,
1948 LaunchInNewThread("DupTask", B_NORMAL_PRIORITY, MoveTask, srcList,
2968 B_NORMAL_PRIORITY, NULL));
3566 B_NORMAL_PRIORITY, B_WAIT_TILL_LOADED, errorPort, 0);
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp177 fAppThread = spawn_thread(AppThreadEntry, "app thread", B_NORMAL_PRIORITY,
296 B_NORMAL_PRIORITY, this);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp186 "device event", B_NORMAL_PRIORITY, deviceEvent);
266 "media checker", B_NORMAL_PRIORITY, this);
/haiku/src/servers/debug/
H A DDebugServer.cpp476 fHandlerThread = spawn_thread(&_HandlerThreadEntry, name, B_NORMAL_PRIORITY,
1218 B_NORMAL_PRIORITY, this);
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp186 fControlThread(spawn_thread(ControlThreadFunc, "http:control", B_NORMAL_PRIORITY, this)),
187 fDataThread(spawn_thread(DataThreadFunc, "http:data", B_NORMAL_PRIORITY, this))
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp186 B_NORMAL_PRIORITY),
/haiku/src/kits/interface/
H A DPrintJob.cpp786 B_NORMAL_PRIORITY, this);
/haiku/src/preferences/media/
H A DMediaWindow.cpp340 "restart_thread", B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp246 B_NORMAL_PRIORITY, this);
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp232 fThread = spawn_thread(_Entry, name, B_NORMAL_PRIORITY, this);
/haiku/src/servers/media/
H A DDefaultManager.cpp345 B_NORMAL_PRIORITY - 2, this);
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp586 B_NORMAL_PRIORITY, this);
/haiku/src/libs/glut/
H A DglutEvent.cpp713 thread_id menu_thread = spawn_thread(MenuThread, "menu thread", B_NORMAL_PRIORITY, bmenu);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp608 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp597 B_NORMAL_PRIORITY, this);
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp217 B_NORMAL_PRIORITY + 2, this);
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp499 B_NORMAL_PRIORITY, app);

Completed in 203 milliseconds

123456789