Home
last modified time | relevance | path

Searched refs:pthread_key_create (Results 1 – 25 of 42) sorted by relevance

12

/aosp12/bionic/benchmarks/
H A Dpthread_benchmark.cpp34 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 Ddebug_disable.cpp45 int error = pthread_key_create(&g_disable_key, nullptr); in DebugDisableInitialize()
H A DRecordData.cpp171 pthread_key_create(&key_, ThreadKeyDelete); in RecordData()
/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_key_create);
192 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_key_create); in init_stub_library()
H A Dstubs_arm64.cpp100 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 Dres_state.c99 pthread_key_create(&_res_key, _res_thread_free); in __res_key_init()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp72 static void create() { pthread_key_create(&sKey, destructTLSData); } in validateTLSKey()
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_105.S79 CALL(pthread_key_create)
H A Dliblinker_reloc_bench_076.S328 CALL(pthread_key_create)
367 GOT_RELOC(pthread_key_create)
H A Dliblinker_reloc_bench_132.S501 CALL(pthread_key_create)
H A Dliblinker_reloc_bench_006.S646 CALL(pthread_key_create)
H A Dliblinker_reloc_bench_133.S903 CALL(pthread_key_create)
/aosp12/bionic/libc/bionic/
H A Dpthread_key.cpp124 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create() function
/aosp12/bionic/libc/include/bits/
H A Dthreads_inlines.h192 return __bionic_thrd_error(pthread_key_create(__key, __dtor)); in tss_create()
/aosp12/system/memory/libmemunreachable/tests/
H A DMemUnreachable_test.cpp159 pthread_key_create(&key, nullptr); in TEST_F()
/aosp12/system/unwinding/libunwindstack/tests/
H A DMemoryThreadCacheTest.cpp172 if (pthread_key_create(&keys[i], nullptr) != 0) { in TEST_F()
/aosp12/bionic/tests/headers/posix/
H A Dpthread_h.c141 FUNCTION(pthread_key_create, int (*f)(pthread_key_t*, void (*)(void*))); in pthread_h()
/aosp12/bionic/libc/include/
H A Dpthread.h176 int pthread_key_create(pthread_key_t* __key_ptr, void (*__key_destructor)(void*));
/aosp12/bionic/tests/
H A Dpthread_test.cpp50 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 Dsigchain.cc156 int rc = pthread_key_create(&key, nullptr); in GetHandlingSignalKey()
/aosp12/system/core/libutils/
H A DLooper.cpp81 int error = pthread_key_create(&gTLSKey, threadDestructor); in initTLSKey()
/aosp12/packages/providers/MediaProvider/jni/
H A DMediaProviderWrapper.cpp214 pthread_key_create(&MediaProviderWrapper::gJniEnvKey, in OneTimeInit()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt765 pthread_key_create
/aosp12/system/unwinding/libunwindstack/
H A DMemory.cpp530 if (pthread_key_create(&*thread_cache_, [](void* memory) { in MemoryThreadCache()
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp302 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()

12