/aosp12/bionic/benchmarks/ |
H A D | pthread_benchmark.cpp | 34 pthread_key_create(&key, nullptr); in BM_pthread_getspecific() 46 pthread_key_create(&key, nullptr); in BM_pthread_setspecific() 217 pthread_key_create(&key, nullptr); in BM_pthread_key_create() 230 pthread_key_create(&key, nullptr); in BM_pthread_key_delete()
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | debug_disable.cpp | 45 int error = pthread_key_create(&g_disable_key, nullptr); in DebugDisableInitialize()
|
H A D | RecordData.cpp | 171 pthread_key_create(&key_, ThreadKeyDelete); in RecordData()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_key_create); 192 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_key_create); in init_stub_library()
|
H A D | stubs_arm64.cpp | 100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_key_create); 195 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_key_create); in init_stub_library()
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_state.c | 99 pthread_key_create(&_res_key, _res_thread_free); in __res_key_init()
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_tls.cpp | 72 static void create() { pthread_key_create(&sKey, destructTLSData); } in validateTLSKey()
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_105.S | 79 CALL(pthread_key_create)
|
H A D | liblinker_reloc_bench_076.S | 328 CALL(pthread_key_create) 367 GOT_RELOC(pthread_key_create)
|
H A D | liblinker_reloc_bench_132.S | 501 CALL(pthread_key_create)
|
H A D | liblinker_reloc_bench_006.S | 646 CALL(pthread_key_create)
|
H A D | liblinker_reloc_bench_133.S | 903 CALL(pthread_key_create)
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_key.cpp | 124 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create() function
|
/aosp12/bionic/libc/include/bits/ |
H A D | threads_inlines.h | 192 return __bionic_thrd_error(pthread_key_create(__key, __dtor)); in tss_create()
|
/aosp12/system/memory/libmemunreachable/tests/ |
H A D | MemUnreachable_test.cpp | 159 pthread_key_create(&key, nullptr); in TEST_F()
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | MemoryThreadCacheTest.cpp | 172 if (pthread_key_create(&keys[i], nullptr) != 0) { in TEST_F()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | pthread_h.c | 141 FUNCTION(pthread_key_create, int (*f)(pthread_key_t*, void (*)(void*))); in pthread_h()
|
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 176 int pthread_key_create(pthread_key_t* __key_ptr, void (*__key_destructor)(void*));
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 50 TEST(pthread, pthread_key_create) { in TEST() argument 52 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST() 83 ASSERT_EQ(0, pthread_key_create(&key, nullptr)) << i << " of " << nkeys; in TEST() 104 rv = pthread_key_create(&key, nullptr); in TEST() 126 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST() 139 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST() 164 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST()
|
/aosp12/art/sigchainlib/ |
H A D | sigchain.cc | 156 int rc = pthread_key_create(&key, nullptr); in GetHandlingSignalKey()
|
/aosp12/system/core/libutils/ |
H A D | Looper.cpp | 81 int error = pthread_key_create(&gTLSKey, threadDestructor); in initTLSKey()
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | MediaProviderWrapper.cpp | 214 pthread_key_create(&MediaProviderWrapper::gJniEnvKey, in OneTimeInit()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 765 pthread_key_create
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Memory.cpp | 530 if (pthread_key_create(&*thread_cache_, [](void* memory) { in MemoryThreadCache()
|
/aosp12/system/libhwbinder/ |
H A D | IPCThreadState.cpp | 302 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()
|