Searched refs:__libcpp_thread_isnull (Results 1 – 4 of 4) sorted by relevance
43 if (!__libcpp_thread_isnull(&__t_)) in ~thread()51 if (!__libcpp_thread_isnull(&__t_)) in join()66 if (!__libcpp_thread_isnull(&__t_)) in detach()
171 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t);321 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {
324 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}379 if (!__libcpp_thread_isnull(&__t_))
192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull() function