Home
last modified time | relevance | path

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

/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
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
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp172 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t) { return GetThreadId(*__t); } in __libcpp_thread_get_id() function