Searched refs:__libcpp_thread_isnull (Results 1 – 4 of 4) sorted by relevance
38 if (!__libcpp_thread_isnull(&__t_)) in ~thread()46 if (!__libcpp_thread_isnull(&__t_)) in join()61 if (!__libcpp_thread_isnull(&__t_)) in detach()
255 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t);506 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {667 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {
251 if (!__libcpp_thread_isnull(&__t_))262 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}
196 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull() function