Home
last modified time | relevance | path

Searched defs:__libcpp_tls_get (Results 1 – 11 of 11) sorted by relevance

/external/cronet/stable/third_party/libc++/src/include/__cxx03/__thread/support/
Dc11.h183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() function
Dpthread.h213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() function
/external/cronet/stable/third_party/libc++/src/include/__thread/support/
Dc11.h183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() function
Dpthread.h213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() function
/external/cronet/tot/third_party/libc++/src/include/__thread/support/
Dc11.h183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() function
Dpthread.h213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__thread/support/
Dpthread.h213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() function
Dc11.h183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() function
/external/libcxx/src/support/win32/
Dthread_win32.cpp264 void *__libcpp_tls_get(__libcpp_tls_key __key) in __libcpp_tls_get() function
/external/cronet/stable/third_party/libc++/src/src/support/win32/
Dthread_win32.cpp206 void* __libcpp_tls_get(__libcpp_tls_key __key) { return FlsGetValue(__key); } in __libcpp_tls_get() function
/external/cronet/tot/third_party/libc++/src/src/support/win32/
Dthread_win32.cpp206 void* __libcpp_tls_get(__libcpp_tls_key __key) { return FlsGetValue(__key); } in __libcpp_tls_get() function