Searched refs:wait_for_thread (Results 201 - 225 of 250) sorted by relevance

12345678910

/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp2446 wait_for_thread(th, &ret);
2499 wait_for_thread(th, &ret);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp546 wait_for_thread(fLooperThread, NULL);
/haiku/src/servers/media/
H A Dmedia_server.cpp128 wait_for_thread(fControlThread, NULL);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp433 wait_for_thread(fLogFlusher, NULL);
/haiku/src/apps/processcontroller/
H A DProcessController.cpp219 wait_for_thread (gPopupThreadID, &return_value);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp175 wait_for_thread(fDrawThread, &result);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp280 wait_for_thread(fMediaChecker, &result);
/haiku/src/kits/app/
H A DLooper.cpp559 // disappears before we get to the wait_for_thread() below
576 while (wait_for_thread(thread, &status) == B_INTERRUPTED)
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c430 wait_for_thread(dev->postoffice, &ret);
/haiku/src/servers/debug/
H A DDebugServer.cpp412 wait_for_thread(fHandlerThread, &result);
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp826 while (wait_for_thread(listener->Run(), NULL) == B_INTERRUPTED)
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp788 wait_for_thread(fDeviceThread, &result);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp995 wait_for_thread(fThread, &fThread);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp837 wait_for_thread(fThread, &fThread);
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp1463 while(wait_for_thread(m_cycleThread, &err) == B_INTERRUPTED) {
1465 "! wait_for_thread(m_cycleThread, &err) == B_INTERRUPTED\n"));
/haiku/src/kits/tracker/
H A DNavMenu.cpp927 while (wait_for_thread(fTrackThread, &status) == B_INTERRUPTED)
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp951 wait_for_thread(sMonThread, &returnCode);
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp673 wait_for_thread(info->updateThread, &result);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp263 wait_for_thread(fWorkerThread, NULL);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c864 wait_for_thread(int_thread_id, &exit_value);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp277 wait_for_thread(fReconnectThread, &tmp);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp223 wait_for_thread(fNodeMonitoringProcessor, &result);
/haiku/src/kits/interface/
H A DScrollBar.cpp112 wait_for_thread(fRepeaterThread, &dummy);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp912 wait_for_thread(fRefreshThread, NULL);
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp728 wait_for_thread(fRequestThread, NULL);

Completed in 174 milliseconds

12345678910