Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp36 if (!__libcpp_thread_isnull(&__t_))
42 if (!__libcpp_thread_isnull(&__t_)) { in ~thread()
54 if (!__libcpp_thread_isnull(&__t_)) { in join()
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h170 if (!__libcpp_thread_isnull(&__t_))
179 _LIBCPP_HIDE_FROM_ABI bool joinable() const _NOEXCEPT { return !__libcpp_thread_isnull(&__t_); }
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h101 _LIBCPP_EXPORTED_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t);
H A Dc11.h146 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
H A Dpthread.h177 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function