Searched refs:wait_for_thread (Results 1 - 25 of 250) sorted by path

12345678910

/haiku/headers/private/bluetooth/
H A DPortListener.h40 wait_for_thread(fThread, &status);
116 wait_for_thread(fThread, &status);
/haiku/headers/tools/cppunit/
H A DThreadManager.h73 wait_for_thread(fID, &result);
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp215 wait_for_thread(device->device_watcher, &dummy);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp214 return wait_for_thread(sTimerThread, &thread_return_value);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp278 wait_for_thread(fRequestPort, &result);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerManager.cpp448 wait_for_thread(fBroadcastListener, &result);
H A DVolumeManager.cpp123 wait_for_thread(fEventDeliverer, &result);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestConnection.cpp58 wait_for_thread(fThread, &result);
H A DTaskManager.cpp47 wait_for_thread(fThread, &result);
/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/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp127 wait_for_thread(fThread, &result);
/haiku/src/add-ons/kernel/generic/dpc/
H A Ddpc.c150 wait_for_thread(thread, &exit_value);
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp290 wait_for_thread(fWorkerThread, &tmp);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp108 wait_for_thread(fReportThread, &tmp);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp179 wait_for_thread( settings_thread, &dummy );
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp43 wait_for_thread(fLoopThread, &status);
/haiku/src/add-ons/media/plugins/rtsp_streamer/
H A DRTSPMediaIO.cpp37 wait_for_thread(fLoopThread, &status);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp157 wait_for_thread(fUpDownThread, &tmp);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp274 return wait_for_thread(fThreadId, exitValue);
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp136 wait_for_thread(window->Thread(), &status);
/haiku/src/apps/cortex/support/
H A DBasicThread.h117 while(wait_for_thread(thread, &ret) == B_INTERRUPTED) {
/haiku/src/apps/debuganalyzer/model_loader/
H A DAbstractModelLoader.cpp80 wait_for_thread(thread, NULL);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp70 wait_for_thread(fOutputWorker, NULL);

Completed in 167 milliseconds

12345678910