Home
last modified time | relevance | path

Searched defs:joinable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h89 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool joinable() const noexcept { return get_id() != id(); } in joinable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h97 bool joinable() const noexcept { return Thread != native_handle_type(); } in joinable() function