Searched refs:__libcpp_thread_get_id (Results 1 – 4 of 4) sorted by relevance
169 inline _LIBCPP_HIDE_FROM_ABI __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t… in __libcpp_thread_get_id() function178 return __libcpp_thread_get_id(__t) == 0; in __libcpp_thread_isnull()187 return __libcpp_thread_get_id(&__current_thread); in __libcpp_thread_get_current_id()
144 inline _LIBCPP_HIDE_FROM_ABI __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t… in __libcpp_thread_get_id() function147 return __libcpp_thread_get_id(__t) == 0; in __libcpp_thread_isnull()
107 _LIBCPP_EXPORTED_FROM_ABI __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t);
182 _LIBCPP_HIDE_FROM_ABI id get_id() const _NOEXCEPT { return __libcpp_thread_get_id(&__t_); }