Home
last modified time | relevance | path

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

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