|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Support/ThreadPool.cpp 106 Worker.join();
tools/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp 125 InotifyPollingThread.join();
126 EventsReceivingThread.join();
tools/clang/tools/clang-scan-deps/ClangScanDeps.cpp 254 W.join();
tools/clang/tools/extra/clangd/unittests/CancellationTests.cpp 59 AsyncTask.join();
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp 781 g_vsc.event_thread.join();
tools/lldb/unittests/Editline/EditlineTest.cpp 269 _sp_output_thread->join();
tools/lldb/unittests/Host/MainLoopTest.cpp 159 killer.join();
tools/lldb/unittests/Host/SocketTestUtilities.cpp 59 accept_thread.join();
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp 288 server_thread.join();
tools/lldb/unittests/Utility/LogTest.cpp 272 log_thread.join();
290 log_thread.join();
308 log_thread.join();
tools/lldb/unittests/Utility/PredicateTest.cpp 25 Setter.join();
tools/lldb/unittests/tools/lldb-server/inferior/thread_inferior.cpp 36 t.join();
tools/lli/lli.cpp 887 AltEntryThread.join();
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp 1118 MaterializationThread.join();
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp 217 ServerThread.join();
273 ServerThread.join();
318 ServerThread.join();
364 ServerThread.join();
415 ServerThread.join();
455 ServerThread.join();
527 ServerThread.join();
570 ServerThread.join();
613 ServerThread.join();
642 ServerThread.join();
677 ServerThread.join();
709 ServerThread.join();
747 ServerThread.join();
818 ServerThread.join();
867 ServerThread.join();
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp 165 ServerThread.join();
219 ServerThread.join();
267 ServerThread.join();
323 ServerThread.join();
405 ServerThread.join();
483 ServerThread.join();
531 ServerThread.join();
585 ServerThread.join();
unittests/Support/MemoryBufferTest.cpp 190 Writer.join();
usr/include/c++/7.4.0/future 1647 void _M_join() { std::call_once(_M_once, &thread::join, &_M_thread); }
1682 ~_Async_state_impl() { if (_M_thread.joinable()) _M_thread.join(); }
utils/benchmark/src/benchmark.cc 212 for (std::thread& thread : pool) thread.join();