Searched refs:__libcpp_thread_isnull (Results 1 – 25 of 115) sorted by relevance
12345
36 if (!__libcpp_thread_isnull(&__t_)) in ~thread()42 if (!__libcpp_thread_isnull(&__t_)) { in join()54 if (!__libcpp_thread_isnull(&__t_)) { in detach()
43 if (!__libcpp_thread_isnull(&__t_)) in ~thread()51 if (!__libcpp_thread_isnull(&__t_)) in join()66 if (!__libcpp_thread_isnull(&__t_)) in detach()
174 if (!__libcpp_thread_isnull(&__t_))183 _LIBCPP_HIDE_FROM_ABI bool joinable() const _NOEXCEPT { return !__libcpp_thread_isnull(&__t_); }
168 if (!__libcpp_thread_isnull(&__t_))177 _LIBCPP_HIDE_FROM_ABI bool joinable() const _NOEXCEPT { return !__libcpp_thread_isnull(&__t_); }
171 if (!__libcpp_thread_isnull(&__t_))180 _LIBCPP_HIDE_FROM_ABI bool joinable() const _NOEXCEPT { return !__libcpp_thread_isnull(&__t_); }
212 bool __libcpp_thread_isnull(const __libcpp_thread_t* __t);314 bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { return __libcpp_thread_get_id(__t) == 0…419 bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { return __libcpp_thread_get_id(__t) == 0…
171 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t);321 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {