Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support265 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t);
507 return __libcpp_thread_get_id(__t) == 0;
519 return __libcpp_thread_get_id(&thread);
522 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t)
668 return __libcpp_thread_get_id(__t) == 0;
683 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t)
H A Dthread266 id get_id() const _NOEXCEPT {return __libcpp_thread_get_id(&__t_);}
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dthread_win32.cpp221 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t) in __libcpp_thread_get_id() function