/external/libcxxabi/src/ |
D | cxa_exception_storage.cpp | 97 return static_cast<__cxa_eh_globals*>(std::__libcpp_tls_get(key_)); in __cxa_get_globals_fast()
|
/external/cronet/tot/third_party/libc++abi/src/src/ |
D | cxa_exception_storage.cpp | 98 return static_cast<__cxa_eh_globals*>(std::__libcpp_tls_get(key_)); in __cxa_get_globals_fast()
|
/external/cronet/stable/third_party/libc++abi/src/src/ |
D | cxa_exception_storage.cpp | 98 return static_cast<__cxa_eh_globals*>(std::__libcpp_tls_get(key_)); in __cxa_get_globals_fast()
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__thread/support/ |
D | windows.h | 127 _LIBCPP_EXPORTED_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key);
|
D | c11.h | 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() function
|
D | pthread.h | 213 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/ |
D | windows.h | 127 _LIBCPP_EXPORTED_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key);
|
D | c11.h | 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() function
|
D | pthread.h | 213 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/ |
D | windows.h | 127 _LIBCPP_EXPORTED_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key);
|
D | pthread.h | 213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() function
|
D | c11.h | 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() function
|
/external/cronet/stable/third_party/libc++/src/include/__thread/support/ |
D | windows.h | 127 _LIBCPP_EXPORTED_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key);
|
D | c11.h | 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() function
|
D | pthread.h | 213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() function
|
/external/libcxx/include/ |
D | __threading_support | 201 void *__libcpp_tls_get(__libcpp_tls_key __key); 384 void *__libcpp_tls_get(__libcpp_tls_key __key)
|
D | thread | 162 pointer get() const {return static_cast<_Tp*>(__libcpp_tls_get(__key_));}
|
/external/libcxx/src/support/win32/ |
D | thread_win32.cpp | 264 void *__libcpp_tls_get(__libcpp_tls_key __key) in __libcpp_tls_get() function
|
/external/cronet/stable/third_party/libc++/src/src/support/win32/ |
D | thread_win32.cpp | 206 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/ |
D | thread_win32.cpp | 206 void* __libcpp_tls_get(__libcpp_tls_key __key) { return FlsGetValue(__key); } in __libcpp_tls_get() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__thread/ |
D | thread.h | 81 _LIBCPP_HIDE_FROM_ABI pointer get() const { return static_cast<_Tp*>(__libcpp_tls_get(__key_)); } in get()
|
/external/cronet/stable/third_party/libc++/src/include/__thread/ |
D | thread.h | 88 _LIBCPP_HIDE_FROM_ABI pointer get() const { return static_cast<_Tp*>(__libcpp_tls_get(__key_)); } in get()
|
/external/cronet/tot/third_party/libc++/src/include/__thread/ |
D | thread.h | 88 _LIBCPP_HIDE_FROM_ABI pointer get() const { return static_cast<_Tp*>(__libcpp_tls_get(__key_)); } in get()
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__thread/ |
D | thread.h | 81 _LIBCPP_HIDE_FROM_ABI pointer get() const { return static_cast<_Tp*>(__libcpp_tls_get(__key_)); } in get()
|