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()
192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull() function
218 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t);371 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {532 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {
253 if (!__libcpp_thread_isnull(&__t_))264 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}