Searched refs:wait_for_thread (Results 26 - 50 of 250) sorted by relevance

12345678910

/haiku/src/tests/system/kernel/
H A Dport_wakeup_test_6.cpp60 wait_for_thread(thread, &s);
H A Dport_wakeup_test_7.cpp60 wait_for_thread(thread, &s);
H A Dset_area_protection_test1.cpp141 wait_for_thread(pid, &result);
/haiku/src/preferences/locale/
H A DLocalePreflet.cpp116 wait_for_thread(info.thread, &exit);
/haiku/src/apps/cortex/support/
H A DBasicThread.h117 while(wait_for_thread(thread, &ret) == B_INTERRUPTED) {
/haiku/src/tests/system/network/
H A Dtest2.c71 wait_for_thread(t[i], &retval);
H A Dtest1.c61 wait_for_thread(t[i], &retval);
H A Dtest3.c83 wait_for_thread(t[i], &retval);
/haiku/src/tests/kits/interface/
H A DWidthBufferTest.cpp59 wait_for_thread(fThread, &status);
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp92 wait_for_thread(looper.Thread(), &status);
H A DPathMonitorTest.cpp185 wait_for_thread(looper.Thread(), &status);
/haiku/headers/private/bluetooth/
H A DPortListener.h40 wait_for_thread(fThread, &status);
116 wait_for_thread(fThread, &status);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp127 wait_for_thread(fThread, &result);
/haiku/src/tests/kits/storage/
H A DTestApp.cpp85 wait_for_thread(fAppThread, &result);
/haiku/src/apps/powerstatus/
H A DDriverInterface.cpp136 wait_for_thread(fThread, NULL);
/haiku/src/bin/consoled/
H A Dconsoled.cpp211 wait_for_thread(keyboard->thread, NULL);
383 wait_for_thread(con->console_writer, NULL);
448 wait_for_thread(process, &returnCode);
458 wait_for_thread(shellProcess, &returnCode);
/haiku/src/kits/network/libnetservices/
H A DNetworkRequest.cpp38 wait_for_thread(fThreadId, &threadStatus);
/haiku/src/kits/interface/
H A DPopUpMenu.cpp69 while (wait_for_thread(fTrackThread, &status) == B_INTERRUPTED)
333 while (wait_for_thread(fTrackThread, &unused) == B_INTERRUPTED)
470 while (wait_for_thread(fTrackThread, &unused) == B_INTERRUPTED)
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp108 wait_for_thread(fReportThread, &tmp);
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp95 wait_for_thread(fUpdateExecutor, &exitValue);
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp146 wait_for_thread(fThread, &dummy);
/haiku/src/tools/cppunit/
H A DTestApp.cpp91 wait_for_thread(fAppThread, &result);
/haiku/src/tests/system/libroot/posix/
H A Dflock_test.cpp166 wait_for_thread(thread, &returnCode);
/haiku/src/servers/registrar/mime/
H A DRegistrarThreadManager.cpp247 wait_for_thread((*i)->Id(), &dummy);
/haiku/src/add-ons/media/plugins/rtsp_streamer/
H A DRTSPMediaIO.cpp37 wait_for_thread(fLoopThread, &status);

Completed in 123 milliseconds

12345678910