Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dthread.cpp38 if (!__libcpp_thread_isnull(&__t_)) in ~thread()
46 if (!__libcpp_thread_isnull(&__t_)) in join()
61 if (!__libcpp_thread_isnull(&__t_)) in detach()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support255 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) {
H A Dthread251 if (!__libcpp_thread_isnull(&__t_))
262 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dthread_win32.cpp196 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull() function