Searched refs:B_NORMAL_PRIORITY (Results 201 - 220 of 220) sorted by last modified time

123456789

/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp166 thread_id tid = spawn_thread(async_thread, "async", B_NORMAL_PRIORITY,
/haiku/src/kits/debug/
H A DDebugLooper.cpp188 B_NORMAL_PRIORITY, this);
/haiku/src/libs/glut/
H A DglutInit.cpp222 gState.appthread = spawn_thread(bAppThread, "BApplication", B_NORMAL_PRIORITY, 0);
/haiku/src/bin/
H A Dspybmessage.cpp215 B_NORMAL_PRIORITY, NULL));
/haiku/src/apps/cortex/support/
H A DObservableLooper.h72 int32 priority=B_NORMAL_PRIORITY,
/haiku/src/apps/debuganalyzer/model_loader/
H A DAbstractModelLoader.cpp51 B_NORMAL_PRIORITY, this);
/haiku/src/apps/mail/
H A DQueryMenu.cpp225 thread = spawn_thread(query_thread, "query menu thread", B_NORMAL_PRIORITY, this);
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp108 "ButtonRepeatingThread", B_NORMAL_PRIORITY, result);
/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/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/userlandfs/server/
H A DRequestThread.cpp95 fThread = spawn_thread(_ThreadEntry, "request thread", B_NORMAL_PRIORITY,
/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/tracker/zipomatic/
H A DGenericThread.h13 int32 priority = B_NORMAL_PRIORITY,
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp186 B_NORMAL_PRIORITY),
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindowManager.cpp113 B_NORMAL_PRIORITY),
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp40 : BLooper("PenInputLooper", B_NORMAL_PRIORITY),
/haiku/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp102 "run_on_exit_loop", B_NORMAL_PRIORITY, NULL);
/haiku/headers/build/os/app/
H A DLooper.h19 int32 priority = B_NORMAL_PRIORITY,
/haiku/headers/tools/cppunit/
H A DThreadManager.h114 fName.c_str(), B_NORMAL_PRIORITY, this);

Completed in 115 milliseconds

123456789