Searched refs:wait_for_thread (Results 51 - 75 of 250) sorted by relevance

12345678910

/haiku/src/tests/servers/debug/
H A Dcrashing_app.cpp274 while (wait_for_thread(thread, &result) == B_INTERRUPTED) {
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp36 wait_for_thread(fCommandPid, &ret);
/haiku/src/apps/processcontroller/
H A DPCWorld.cpp64 wait_for_thread(id, &returnValue);
/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPMediaIO.cpp127 wait_for_thread(fReqThread, &status);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_service.cpp202 wait_for_thread(sServiceThread, NULL);
/haiku/src/servers/power/
H A Dpower_daemon.cpp80 wait_for_thread(fEventThread, &status);
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp89 wait_for_thread(fExportThread, &ret);
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp95 wait_for_thread(fDaemon, NULL);
/haiku/src/apps/text_search/
H A DGrepper.cpp151 wait_for_thread(fRunnerThreadId, &exitValue);
485 wait_for_thread(xargsThread, &exitValue);
486 wait_for_thread(writerThread, &exitValue);
/haiku/headers/tools/cppunit/
H A DThreadManager.h73 wait_for_thread(fID, &result);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestConnection.cpp58 wait_for_thread(fThread, &result);
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp136 wait_for_thread(window->Thread(), &status);
/haiku/src/servers/midi/
H A DPortDrivers.cpp65 wait_for_thread(fReaderThread, &dummy);
/haiku/src/servers/registrar/
H A DEventQueue.cpp147 wait_for_thread(fEventLooper, &dummy);
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A DAdaptiveBuffering.cpp182 wait_for_thread(fWriterThread, &status);
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.cpp59 wait_for_thread(fDrawThread, &exit_value);
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp99 wait_for_thread(fMonitorThreadID, &dummyStatus);
/haiku/src/tests/kits/app/common/
H A DCommonTestApp.cpp41 wait_for_thread(fEventThread, &result);
H A DPipedAppRunner.cpp30 wait_for_thread(fReader, &result);
/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp115 wait_for_thread(fListenerThread, &returnCode);
/haiku/src/apps/mediaplayer/support/
H A DEventQueue.cpp44 wait_for_thread(fEventExecutor, &fEventExecutor);
/haiku/src/add-ons/kernel/generic/dpc/
H A Ddpc.c150 wait_for_thread(thread, &exit_value);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp214 return wait_for_thread(sTimerThread, &thread_return_value);
/haiku/src/kits/screensaver/
H A DScreenSaverRunner.cpp67 wait_for_thread(fThread, &returnValue);
/haiku/src/apps/midiplayer/
H A DScopeView.cpp82 wait_for_thread(fScopeThreadID, &exitValue);

Completed in 99 milliseconds

12345678910