Searched refs:wait_for_thread (Results 76 - 100 of 250) sorted by relevance

12345678910

/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp43 wait_for_thread(fLoopThread, &status);
/haiku/src/kits/package/
H A DFetchFileJob.cpp120 wait_for_thread(thread, NULL);
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp36 wait_for_thread(fThreadId, &status);
/haiku/src/servers/app/
H A DAppServer.cpp161 wait_for_thread(thread, &status);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dduckduckgo_request.cpp74 wait_for_thread(t, &err);
/haiku/src/bin/desklink/
H A Ddesklink.cpp80 wait_for_thread(window->Thread(), NULL);
/haiku/src/system/kernel/
H A DDPC.cpp156 wait_for_thread(thread, NULL);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp190 wait_for_thread(fThread, &result);
199 wait_for_thread(entry->fThread, &result);
H A DRPCServer.cpp113 wait_for_thread(fThread, &result);
227 wait_for_thread(fThread, &result);
H A DWorkQueue.cpp50 wait_for_thread(fThread, &result);
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp58 wait_for_thread(fReplyReader, NULL);
142 wait_for_thread(fPrivateData->fReplyReader, NULL);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp151 wait_for_thread(fInitThread, NULL);
263 wait_for_thread(fInitThread, NULL);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp184 wait_for_thread(fCalcThreadID, &result);
294 wait_for_thread(fCalcThreadID, &result);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp274 return wait_for_thread(fThreadId, exitValue);
/haiku/src/servers/registrar/
H A DMessagingService.cpp259 wait_for_thread(fCommandProcessor, &result);
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp40 wait_for_thread(fReader, &result);
/haiku/src/tests/kits/game/page_flipper/
H A Dpage_flip.cpp181 wait_for_thread(fThreadId, &ret);
/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp156 wait_for_thread(threads[i], NULL);
/haiku/src/apps/expander/
H A DGenericThread.cpp266 return (wait_for_thread(fThreadId, exitValue));
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp215 wait_for_thread(device->device_watcher, &dummy);
/haiku/src/kits/midi/
H A DMidi.cpp53 wait_for_thread(fThreadId, &result);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp70 wait_for_thread(fOutputWorker, NULL);
/haiku/src/apps/packageinstaller/
H A DPackageInstall.cpp77 // next convenient time, then use wait_for_thread() here.
257 wait_for_thread(script->GetThreadId(), &status);
/haiku/src/kits/shared/
H A DCommandPipe.cpp237 // to system() but uses pipes and wait_for_thread.... Synchronous.
240 wait_for_thread(Pipe(stdOut, stdErr), &exitCode);
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp176 wait_for_thread(thread, NULL);

Completed in 118 milliseconds

12345678910