Home
last modified time | relevance | path

Searched refs:__libcpp_tls_get (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxxabi/src/
H A Dcxa_exception_storage.cpp98 return static_cast<__cxa_eh_globals*>(std::__libcpp_tls_get(key_)); in __cxa_get_globals_fast()
/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h127 _LIBCPP_EXPORTED_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key);
H A Dpthread.h213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspecific(__key); } in __libcpp_tls_get() function
H A Dc11.h183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() function
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp206 void* __libcpp_tls_get(__libcpp_tls_key __key) { return FlsGetValue(__key); } in __libcpp_tls_get() function
/llvm-project/libcxx/include/__thread/
H A Dthread.h88 _LIBCPP_HIDE_FROM_ABI pointer get() const { return static_cast<_Tp*>(__libcpp_tls_get(__key_)); } in __at_thread_exit()