Home
last modified time | relevance | path

Searched refs:__libcpp_thread_isnull (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/src/
Dthread.cpp43 if (!__libcpp_thread_isnull(&__t_)) in ~thread()
51 if (!__libcpp_thread_isnull(&__t_)) in join()
66 if (!__libcpp_thread_isnull(&__t_)) in detach()
/external/libcxx/include/
D__threading_support171 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t);
321 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {
Dthread324 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}
379 if (!__libcpp_thread_isnull(&__t_))
/external/libcxx/src/support/win32/
Dthread_win32.cpp192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull() function