Searched refs:B_NORMAL_PRIORITY (Results 76 - 100 of 220) sorted by relevance

123456789

/haiku/src/apps/mediaplayer/support/
H A DEventQueue.cpp31 B_NORMAL_PRIORITY, this);
/haiku/src/apps/midiplayer/
H A DScopeView.cpp70 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp70 B_NORMAL_PRIORITY, info));
/haiku/src/kits/debug/
H A DTeamDebugger.cpp152 B_NORMAL_PRIORITY, (traceLoading ? 0 : B_WAIT_TILL_LOADED), -1, 0);
H A DDebugLooper.cpp188 B_NORMAL_PRIORITY, this);
/haiku/src/bin/debug/
H A Ddebug_utils.cpp108 B_NORMAL_PRIORITY, (traceLoading ? 0 : B_WAIT_TILL_LOADED), -1, 0);
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp97 B_NORMAL_PRIORITY, this);
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c52 #define BZERO B_NORMAL_PRIORITY
/haiku/src/tests/system/network/tcptester/
H A Dtcptester.cpp239 B_NORMAL_PRIORITY, &newSock);
/haiku/src/system/kernel/
H A DDPC.cpp12 #define NORMAL_PRIORITY B_NORMAL_PRIORITY
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp164 "NFSv4 Callback Listener", B_NORMAL_PRIORITY, this);
237 "NFSv4 Callback Connection", B_NORMAL_PRIORITY, arguments);
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp114 "Message Reader", B_NORMAL_PRIORITY, this);
161 "Message Reader", B_NORMAL_PRIORITY, this);
/haiku/src/kits/media/
H A DMediaEventLooper.cpp178 priority = (mode == B_OFFLINE) ? min_c(B_NORMAL_PRIORITY, fSetPriority) : fSetPriority;
365 fCurrentPriority = (RunMode() == B_OFFLINE) ? min_c(B_NORMAL_PRIORITY, fSetPriority) : fSetPriority;
/haiku/src/apps/poorman/
H A DPoorManServer.cpp114 B_NORMAL_PRIORITY,
278 B_NORMAL_PRIORITY,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp76 B_NORMAL_PRIORITY, this);
304 "connection listener", B_NORMAL_PRIORITY, this);
315 "connection deleter", B_NORMAL_PRIORITY, this);
330 B_NORMAL_PRIORITY, this);
1064 "server info connection listener", B_NORMAL_PRIORITY, this);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp237 "poller", B_NORMAL_PRIORITY, (void *)this));
486 resume_thread(tv->last_raiser_thread = spawn_thread(fronter, "fronter", B_NORMAL_PRIORITY, (void *)tv));
552 thread_id tid = spawn_thread(removeFromDeskbar, "RemoveFromDeskbar", B_NORMAL_PRIORITY, (void*)this);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerManager.cpp431 "broadcast listener", B_NORMAL_PRIORITY, this);
434 "broadcast listener", B_NORMAL_PRIORITY, this);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp229 B_NORMAL_PRIORITY, this);
300 B_NORMAL_PRIORITY, this);
/haiku/src/servers/registrar/
H A DMIMEManager.cpp277 B_NORMAL_PRIORITY + 1, &fDatabase, fDatabaseLocker,
286 B_NORMAL_PRIORITY + 1, &fDatabase, fDatabaseLocker,
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp40 : BLooper("PenInputLooper", B_NORMAL_PRIORITY),
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindowManager.cpp113 B_NORMAL_PRIORITY),
/haiku/src/apps/mail/
H A DQueryMenu.cpp225 thread = spawn_thread(query_thread, "query menu thread", B_NORMAL_PRIORITY, this);
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.cpp100 fPicassoThreadID = spawn_thread(PicassoThread, "picasso", B_NORMAL_PRIORITY, this);
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp93 B_NORMAL_PRIORITY, (void*)this);
/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp140 B_NORMAL_PRIORITY, (void*)(addr_t)i);

Completed in 180 milliseconds

123456789