Searched refs:B_NORMAL_PRIORITY (Results 1 - 25 of 220) sorted by path

123456789

/haiku/headers/build/os/app/
H A DLooper.h19 int32 priority = B_NORMAL_PRIORITY,
/haiku/headers/os/app/
H A DLooper.h32 int32 priority = B_NORMAL_PRIORITY,
/haiku/headers/tools/cppunit/
H A DThreadManager.h114 fName.c_str(), B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp40 : BLooper("PenInputLooper", B_NORMAL_PRIORITY),
/haiku/src/add-ons/kernel/debugger/invalidate_on_exit/
H A Dinvalidate_on_exit.cpp55 "invalidate_loop", B_NORMAL_PRIORITY, NULL);
/haiku/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp102 "run_on_exit_loop", B_NORMAL_PRIORITY, NULL);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp304 B_NORMAL_PRIORITY, 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);
H A DVolumeManager.cpp177 "volume event deliverer", B_NORMAL_PRIORITY, this);
180 "volume event deliverer", B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestConnection.cpp42 B_NORMAL_PRIORITY, this);
H A DTaskManager.cpp28 fThread = spawn_thread(&_ThreadEntry, name, B_NORMAL_PRIORITY, this);
30 fThread = spawn_kernel_thread(&_ThreadEntry, name, B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DIdMap.cpp169 thread_id thread = load_image_etc(1, args, NULL, B_NORMAL_PRIORITY,
H A DRPCCallbackServer.cpp164 "NFSv4 Callback Listener", B_NORMAL_PRIORITY, this);
237 "NFSv4 Callback Connection", B_NORMAL_PRIORITY, arguments);
H A DRPCServer.cpp125 "NFSv4 Listener", B_NORMAL_PRIORITY, this);
H A DWorkQueue.cpp28 "NFSv4 Work Queue", B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystemInitializer.cpp76 thread_id thread = load_image_etc(3, args, NULL, B_NORMAL_PRIORITY,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp95 fThread = spawn_thread(_ThreadEntry, "request thread", B_NORMAL_PRIORITY,
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp259 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp70 B_NORMAL_PRIORITY, info));
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp210 fReportThread = spawn_thread(report_thread, "report_thread", B_NORMAL_PRIORITY,
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp97 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/media/plugins/rtsp_streamer/
H A DRTSPMediaIO.cpp66 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp246 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h13 int32 priority = B_NORMAL_PRIORITY,
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp186 B_NORMAL_PRIORITY),

Completed in 171 milliseconds

123456789