Searched refs:__libcpp_thread_isnull (Results 1 – 4 of 4) sorted by relevance
39 if (!__libcpp_thread_isnull(&__t_)) in ~thread()47 if (!__libcpp_thread_isnull(&__t_)) in join()62 if (!__libcpp_thread_isnull(&__t_)) in detach()
216 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t);369 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {530 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {
255 if (!__libcpp_thread_isnull(&__t_))266 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}
192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull() function