Searched refs:__libcpp_thread_get_id (Results 1 – 3 of 3) sorted by relevance
265 __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)
266 id get_id() const _NOEXCEPT {return __libcpp_thread_get_id(&__t_);}
221 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t) in __libcpp_thread_get_id() function