Searched refs:wait_for_thread (Results 1 - 25 of 250) sorted by last modified time

12345678910

/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/drivers/audio/hda/
H A Dhda_codec.cpp1461 wait_for_thread(codec->unsol_response_thread, &result);
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp127 wait_for_thread(fWorkerThread, &result);
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp63 wait_for_thread(fWorkerThread, &result);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp263 wait_for_thread(fWorkerThread, NULL);
H A DScreenshotWindow.cpp103 wait_for_thread(fWorkerThread, NULL);
H A DMainWindow.cpp343 wait_for_thread(fPopulatePackageWorker, NULL);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp1036 wait_for_thread(thread, NULL);
1118 wait_for_thread(thread, NULL);
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp584 wait_for_thread(fFinishThread, &result);
585 wait_for_thread(fEventThread, &result);
H A Duhci.cpp728 wait_for_thread(fFinishThread, &result);
729 wait_for_thread(fCleanupThread, &result);
730 wait_for_thread(fFinishIsochronousThread, &result);
H A Dohci.cpp584 wait_for_thread(fFinishThread, &result);
H A Dehci.cpp788 wait_for_thread(fFinishThread, &result);
789 wait_for_thread(fCleanupThread, &result);
790 wait_for_thread(fFinishIsochronousThread, &result);
793 wait_for_thread(fInterruptPollThread, &result);
/haiku/src/kits/tracker/
H A DPoseView.cpp914 wait_for_thread(*it, NULL);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp2060 wait_for_thread(fThread, NULL);
/haiku/src/system/kernel/
H A DDPC.cpp156 wait_for_thread(thread, NULL);
/haiku/src/bin/desklink/
H A Ddesklink.cpp80 wait_for_thread(window->Thread(), NULL);
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp673 wait_for_thread(info->updateThread, &result);
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1389 wait_for_thread(context.thread, &status);
/haiku/src/apps/expander/
H A DExpanderThread.cpp329 return wait_for_thread(fThreadId, &status);
/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/network/ppp/ppp/
H A Dppp.cpp341 wait_for_thread(sLinkCheckerThread, &status);
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp505 wait_for_thread(sLinkCheckerThread, &status);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp314 wait_for_thread(device->thread, &status);
/haiku/src/kits/interface/
H A DColumnListView.cpp4947 wait_for_thread(fSortThread, &status);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp951 wait_for_thread(sMonThread, &returnCode);

Completed in 236 milliseconds

12345678910