/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_tls.cpp | 100 ALOGE_IF(pthread_getspecific(sKey) != nullptr, in destructTLSData() 128 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getTLS() 138 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in clearTLS() 156 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getError() 174 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getContext()
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | com_android_providers_media_FuseDaemon.cpp | 98 CHECK(pthread_getspecific(fuse::MediaProviderWrapper::gJniEnvKey) == nullptr); in com_android_providers_media_FuseDaemon_invalidate_fuse_dentry_cache() 124 return pthread_getspecific(fuse::MediaProviderWrapper::gJniEnvKey) != nullptr; in com_android_providers_media_FuseDaemon_is_fuse_thread()
|
H A D | MediaProviderWrapper.cpp | 568 CHECK(pthread_getspecific(gJniEnvKey) == nullptr); in MaybeAttachCurrentThread()
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | debug_disable.cpp | 38 if (g_debug == nullptr || pthread_getspecific(g_disable_key) != nullptr) { in DebugCallsDisabled()
|
H A D | RecordData.cpp | 211 void* data = pthread_getspecific(key_); in AddEntry()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_getspecific); 189 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_getspecific); in init_stub_library()
|
H A D | stubs_arm64.cpp | 97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_getspecific); 192 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_getspecific); in init_stub_library()
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_state.c | 106 rt = pthread_getspecific( _res_key ); in _res_thread_get()
|
/aosp12/system/bt/types/ |
H A D | BUILD.gn | 59 # undefined reference to symbol 'pthread_getspecific@@GLIBC_2.2.5'
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_105.S | 83 CALL(pthread_getspecific)
|
H A D | liblinker_reloc_bench_076.S | 356 CALL(pthread_getspecific)
|
H A D | liblinker_reloc_bench_132.S | 493 CALL(pthread_getspecific)
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_key.cpp | 159 void* pthread_getspecific(pthread_key_t key) { in pthread_getspecific() function
|
/aosp12/bionic/libc/include/bits/ |
H A D | threads_inlines.h | 200 return pthread_getspecific(__key); in tss_get()
|
/aosp12/bionic/benchmarks/ |
H A D | pthread_benchmark.cpp | 37 pthread_getspecific(key); in BM_pthread_getspecific()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Memory.cpp | 541 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in ~MemoryThreadCache() 552 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in CachedRead() 562 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in Clear()
|
/aosp12/system/libhwbinder/ |
H A D | IPCThreadState.cpp | 289 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); in self() 319 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); in selfOrNull() 331 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS); in shutdown()
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 89 ASSERT_EQ(reinterpret_cast<void*>(i), pthread_getspecific(keys.back())); in TEST() 128 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST() 131 ASSERT_EQ(nullptr, pthread_getspecific(key)); in TEST() 141 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST() 148 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST() 154 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST() 159 return pthread_getspecific(*reinterpret_cast<pthread_key_t*>(key)); in DirtyKeyFn() 191 ASSERT_EQ(nullptr, pthread_getspecific(key)); in TEST()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | pthread_h.c | 139 FUNCTION(pthread_getspecific, void* (*f)(pthread_key_t)); in pthread_h()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IPCThreadState.cpp | 293 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); in self() 323 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); in selfOrNull() 335 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS); in shutdown()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuCore.cpp | 72 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsContext() 77 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsScript() 921 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in setTLS()
|
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 170 void* pthread_getspecific(pthread_key_t __key);
|
/aosp12/frameworks/rs/ |
H A D | rsScriptC.cpp | 46 (Context::ScriptTLSStruct *)pthread_getspecific(Context::gThreadTLSKey); \
|
/aosp12/art/sigchainlib/ |
H A D | sigchain.cc | 165 void* result = pthread_getspecific(GetHandlingSignalKey()); in GetHandlingSignal()
|
/aosp12/system/core/libutils/ |
H A D | Looper.cpp | 110 return (Looper*)pthread_getspecific(gTLSKey); in getForThread()
|