Home
last modified time | relevance | path

Searched refs:joinable (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
H A Ddetach.pass.cpp70 assert(t0.joinable()); in main()
72 assert(!t0.joinable()); in main()
82 assert(t0.joinable()); in main()
84 assert(!t0.joinable()); in main()
H A Djoinable.pass.cpp52 assert(t0.joinable()); in main()
54 assert(!t0.joinable()); in main()
H A Djoin.pass.cpp58 assert(t0.joinable()); in main()
60 assert(!t0.joinable()); in main()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Dthread.h91 if (joinable()) in ~thread()
96 if (joinable())
102 bool joinable() const noexcept { return Thread != native_handle_type(); } in joinable() function
192 bool joinable() const noexcept { return Thread.joinable(); }
/llvm-project-15.0.7/libc/test/src/math/exhaustive/
H A Dexhaustive_test.cpp81 if (thread.joinable()) { in test_full_range()
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dlistener_test.cpp.template26 if (g_listener_thread.joinable())
/llvm-project-15.0.7/libcxx/include/
H A Dthread38 bool joinable() const noexcept;
266 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp333 if (SignalHandler.joinable()) { in StopSignalHandler()
/llvm-project-15.0.7/openmp/runtime/src/i18n/
H A Den_US.txt194 CantSetWorkerState "OMP thread joinable state setting failed:"
195 CantSetMonitorState "Monitor thread joinable state setting failed:"
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp882 if (g_vsc.event_thread.joinable()) { in request_disconnect()
886 if (g_vsc.progress_event_thread.joinable()) { in request_disconnect()