Searched refs:wait_for_thread (Results 101 - 125 of 250) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp123 wait_for_thread(fEventDeliverer, &result);
/haiku/src/kits/midi2/
H A DMidiLocalConsumer.cpp54 wait_for_thread(fThread, &result);
/haiku/src/apps/mail/
H A DQueryList.cpp54 wait_for_thread(*threadIterator, NULL);
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp118 wait_for_thread(fPortWorker, NULL);
/haiku/src/servers/media/
H A DNotificationManager.cpp65 wait_for_thread(fNotificationThreadId, &dummy);
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp225 return wait_for_thread(fThreadId, &exitValue);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp222 wait_for_thread(fConnectionListenerThread, &result);
237 wait_for_thread(fBroadcaster, &result);
248 wait_for_thread(fConnectionDeleter, &result);
1095 wait_for_thread(fServerInfoConnectionListener, &result);
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dbusses.cpp176 wait_for_thread(bus->service_thread, &retcode);
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp226 wait_for_thread(fContentPopulator, NULL);
H A DToLatestUserUsageConditionsWindow.cpp106 wait_for_thread(fWorkerThread, NULL);
H A DScreenshotWindow.cpp103 wait_for_thread(fWorkerThread, NULL);
/haiku/src/system/libroot/os/
H A Dthread.c180 wait_for_thread(thread_id thread, status_t *_returnCode) function
/haiku/src/libs/compat/freebsd_network/
H A Dtaskqueue.c121 wait_for_thread(tq->tq_threads[i], &status);
H A Dcallout.cpp157 wait_for_thread(sThread, NULL);
/haiku/src/apps/terminal/
H A DTermApp.cpp171 wait_for_thread(fChildCleanupThread, NULL);
/haiku/src/apps/haiku3d/
H A DRenderView.cpp87 wait_for_thread(fRenderThread, NULL);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp204 error = wait_for_thread(thread->id, &dummy);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp142 ::wait_for_thread(mLogThread, &err);
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp170 wait_for_thread(fThread, &status);
/haiku/src/libs/bsd/
H A Dkqueue.cpp215 status_t status = wait_for_thread(waitInfos[i].object, &returnValue);
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp102 wait_for_thread(fThread, &result);
/haiku/src/add-ons/kernel/network/ppp/ppp/
H A Dppp.cpp341 wait_for_thread(sLinkCheckerThread, &status);
/haiku/src/apps/expander/
H A DExpanderThread.cpp329 return wait_for_thread(fThreadId, &status);
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp63 wait_for_thread(fWorkerThread, &result);
/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp112 wait_for_thread(find_thread("rendering thread"), &ret); // wait for the render thread to finish
250 wait_for_thread(tid,&ret);

Completed in 150 milliseconds

12345678910