Searched refs:__libcpp_thread_isnull (Results 1 – 5 of 5) sorted by relevance
36 if (!__libcpp_thread_isnull(&__t_))42 if (!__libcpp_thread_isnull(&__t_)) { in ~thread() 54 if (!__libcpp_thread_isnull(&__t_)) { in join()
170 if (!__libcpp_thread_isnull(&__t_))179 _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);
146 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
177 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function