Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/
H A Dthread.cpp39 if (!__libcpp_thread_isnull(&__t_)) in ~thread()
47 if (!__libcpp_thread_isnull(&__t_)) in join()
62 if (!__libcpp_thread_isnull(&__t_)) in detach()
/openbsd-src/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull() function
/openbsd-src/gnu/llvm/libcxx/include/
H A D__threading_support218 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t);
371 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {
532 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {
H A Dthread253 if (!__libcpp_thread_isnull(&__t_))
264 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}