Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception_storage.cpp97 return static_cast<__cxa_eh_globals*>(std::__libcpp_tls_get(key_)); in __cxa_get_globals_fast()
/external/libcxx/include/
D__threading_support201 void *__libcpp_tls_get(__libcpp_tls_key __key);
384 void *__libcpp_tls_get(__libcpp_tls_key __key)
Dthread162 pointer get() const {return static_cast<_Tp*>(__libcpp_tls_get(__key_));}
/external/libcxx/src/support/win32/
Dthread_win32.cpp264 void *__libcpp_tls_get(__libcpp_tls_key __key) in __libcpp_tls_get() function