Searched refs:__libcpp_thread_get_id (Results 1 – 3 of 3) sorted by relevance
226 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t);370 return __libcpp_thread_get_id(__t) == 0;382 return __libcpp_thread_get_id(&thread);385 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t)531 return __libcpp_thread_get_id(__t) == 0;546 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t)
270 id get_id() const _NOEXCEPT {return __libcpp_thread_get_id(&__t_);}
217 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t) in __libcpp_thread_get_id() function