Home
last modified time | relevance | path

Searched refs:__libcpp_thread_get_id (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/
H A D__threading_support228 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t);
372 return __libcpp_thread_get_id(__t) == 0;
384 return __libcpp_thread_get_id(&thread);
387 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t)
533 return __libcpp_thread_get_id(__t) == 0;
548 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t)
H A Dthread268 id get_id() const _NOEXCEPT {return __libcpp_thread_get_id(&__t_);}
/openbsd-src/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp217 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t) in __libcpp_thread_get_id() function