Searched refs:wait_for_thread (Results 126 - 150 of 250) sorted by relevance

12345678910

/haiku/src/servers/app/
H A DEventDispatcher.cpp300 wait_for_thread(fThread, &status);
301 wait_for_thread(fCursorThread, &status);
983 // Needed to avoid problems with wait_for_thread in _Unset()
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp269 // avoids a race condition so it doesn't exit before wait_for_thread
276 wait_for_thread(fWatcherThread, &res);
474 wait_for_thread(fRepeatThread, &res);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp124 wait_for_thread(fSchedulerThread, NULL);
127 wait_for_thread(fRequestNotifierThread, NULL);
/haiku/src/apps/debugger/
H A DDebugger.cpp756 wait_for_thread(teamDebuggerThread, NULL);
813 wait_for_thread(teamDebuggerThread, NULL);
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp404 wait_for_thread(interface->consumer_thread, NULL);
586 wait_for_thread(readerThread, &status);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp278 wait_for_thread(fRequestPort, &result);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp179 wait_for_thread( settings_thread, &dummy );
/haiku/src/servers/package/
H A DRoot.cpp166 wait_for_thread(fJobRunner, NULL);
/haiku/src/apps/showimage/
H A DImageCache.cpp178 wait_for_thread(thread, NULL);
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp339 wait_for_thread(mBufferProducer,&err);
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp346 wait_for_thread(tid, &clientStatus);
/haiku/src/kits/media/
H A DMediaEventLooper.cpp458 wait_for_thread(fControlThread, &err);
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp290 wait_for_thread(fWorkerThread, &tmp);
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp195 wait_for_thread(device->device_watcher, &dummy);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp331 wait_for_thread(view->fShellProcess, &return_code);
/haiku/src/kits/debugger/util/
H A DWorker.cpp243 wait_for_thread(fWorkerThread, NULL);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.cpp44 wait_for_thread(fThread, &result);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp50 wait_for_thread(threads[i], NULL);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp146 //wait_for_thread(fConnectThread, &err);
157 err = wait_for_thread(fConnectThread, &ret);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp408 return wait_for_thread(fZipProcess, &status);
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp377 wait_for_thread(thread, NULL);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp314 wait_for_thread(device->thread, &status);
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp1407 wait_for_thread(fThreadIdCardReader, &dummy);
1408 wait_for_thread(fThreadIdMpegDemux, &dummy);
1409 wait_for_thread(fThreadIdEncAudio, &dummy);
1410 wait_for_thread(fThreadIdEncVideo, &dummy);
1411 wait_for_thread(fThreadIdMpegTS, &dummy);
1412 wait_for_thread(fThreadIdRawAudio, &dummy);
1413 wait_for_thread(fThreadIdRawVideo, &dummy);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp260 wait_for_thread(fAnimationWorker, NULL);
572 wait_for_thread(fAnimationWorker, NULL);
702 wait_for_thread(fWorker, &result);
/haiku/src/libs/glut/
H A DglutWindow.cpp338 wait_for_thread(gState.appthread, &ignored);

Completed in 174 milliseconds

12345678910