Searched refs:B_NORMAL_PRIORITY (Results 176 - 200 of 220) sorted by path

123456789

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5589 : BLooper ("CommanderLooper", B_NORMAL_PRIORITY),
/haiku/src/bin/
H A Drenice.c45 #define BZERO B_NORMAL_PRIORITY
47 //#define BMAX B_NORMAL_PRIORITY
/haiku/src/kits/app/
H A DLooper.cpp188 priority = B_NORMAL_PRIORITY;
/haiku/src/kits/debugger/util/
H A DWorker.cpp266 fWorkerThread = spawn_thread(_WorkerLoopEntry, "worker", B_NORMAL_PRIORITY,
/haiku/src/kits/interface/
H A DColumnListView.cpp4956 fSortThread = spawn_thread(DeepSortThreadEntry, "sort_thread", B_NORMAL_PRIORITY, this);
H A DMenuField.cpp473 "_m_task_", B_NORMAL_PRIORITY, this);
H A DScrollBar.cpp667 B_NORMAL_PRIORITY, fPrivateData);
/haiku/src/kits/media/
H A DMediaExtractor.cpp143 B_NORMAL_PRIORITY + 4, this);
/haiku/src/kits/network/libnetservices/
H A DUrlRequest.cpp60 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/kits/tracker/
H A DContainerWindow.cpp3176 LaunchInNewThread("Add-on", B_NORMAL_PRIORITY, &AddOnThread, refs,
3236 LaunchInNewThread("Add-on-Pass-Message", B_NORMAL_PRIORITY,
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));
3563 B_NORMAL_PRIORITY, B_WAIT_TILL_LOADED, errorPort, 0);
H A DThumbnails.cpp312 B_NORMAL_PRIORITY, *jobQueue);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp229 B_NORMAL_PRIORITY, this);
300 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/preferences/backgrounds/
H A DBackgroundsView.cpp422 "notifyThread", B_NORMAL_PRIORITY, this);
/haiku/src/servers/app/drawing/interface/remote/
H A DNetReceiver.cpp36 B_NORMAL_PRIORITY, this);
H A DRemoteHWInterface.cpp113 B_NORMAL_PRIORITY, this);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp703 B_NORMAL_PRIORITY, app);
H A DViewHWInterface.cpp499 B_NORMAL_PRIORITY, app);
/haiku/src/servers/debug/
H A DDebugServer.cpp476 fHandlerThread = spawn_thread(&_HandlerThreadEntry, name, B_NORMAL_PRIORITY,
1218 B_NORMAL_PRIORITY, this);
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp217 B_NORMAL_PRIORITY + 2, this);
/haiku/src/servers/net/
H A DServices.cpp164 fListener = spawn_thread(_Listener, "services listener", B_NORMAL_PRIORITY,
/haiku/src/servers/power/
H A Dpower_daemon.cpp63 B_NORMAL_PRIORITY, this);
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp758 "authentication manager", B_NORMAL_PRIORITY + 1, this);

Completed in 234 milliseconds

123456789