Searched refs:__libcpp_thread_isnull (Results 1 – 6 of 6) sorted by relevance
36 if (!__libcpp_thread_isnull(&__t_)) in ~thread()42 if (!__libcpp_thread_isnull(&__t_)) { in join()54 if (!__libcpp_thread_isnull(&__t_)) { in detach()
177 if (!__libcpp_thread_isnull(&__t_))186 _LIBCPP_HIDE_FROM_ABI bool joinable() const _NOEXCEPT { return !__libcpp_thread_isnull(&__t_); }
101 _LIBCPP_EXPORTED_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t);
177 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
146 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
156 bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { return *__t == 0; } in __libcpp_thread_isnull() function