Searched defs:joinable (Results 1 – 2 of 2) sorted by relevance
89 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool joinable() const noexcept { return get_id() != id(); } in joinable() function
97 bool joinable() const noexcept { return Thread != native_handle_type(); } in joinable() function