Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h169 inline _LIBCPP_HIDE_FROM_ABI __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t… in __libcpp_thread_get_id() function
178 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()
H A Dc11.h144 inline _LIBCPP_HIDE_FROM_ABI __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t… in __libcpp_thread_get_id() function
147 return __libcpp_thread_get_id(__t) == 0; in __libcpp_thread_isnull()
H A Dwindows.h107 _LIBCPP_EXPORTED_FROM_ABI __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t);
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h182 _LIBCPP_HIDE_FROM_ABI id get_id() const _NOEXCEPT { return __libcpp_thread_get_id(&__t_); }