/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libc/proxy/ |
D | pthread_translation.cc | 143 GuestParamsValues<decltype(pthread_key_create)>(state); in DoCustomTrampoline_pthread_key_create() 144 auto&& [ret] = GuestReturnReference<decltype(pthread_key_create)>(state); in DoCustomTrampoline_pthread_key_create() 146 ret = pthread_key_create(key, nullptr); in DoCustomTrampoline_pthread_key_create() 153 ret = pthread_key_create(key, host_destructor); in DoCustomTrampoline_pthread_key_create()
|
/aosp_15_r20/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() 221 pthread_key_create(&key, nullptr); in BM_pthread_key_create() 234 pthread_key_create(&key, nullptr); in BM_pthread_key_delete()
|
/aosp_15_r20/external/selinux/libselinux/src/ |
H A D | selinux_internal.h | 15 #pragma weak pthread_key_create macro 33 (pthread_key_create != NULL ? pthread_key_create(KEY, DESTRUCTOR) : -1)
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
D | gthr-posix.h | 131 __gthrw(pthread_key_create) 238 pthread_key_create) 333 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 707 return __gthrw_(pthread_key_create) (__key, __dtor); in __gthread_key_create()
|
D | gthr-default.h | 131 __gthrw(pthread_key_create) 238 pthread_key_create) 333 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 707 return __gthrw_(pthread_key_create) (__key, __dtor); in __gthread_key_create()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
D | gthr-default.h | 131 __gthrw(pthread_key_create) 238 pthread_key_create) 333 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 707 return __gthrw_(pthread_key_create) (__key, __dtor); in __gthread_key_create()
|
D | gthr-posix.h | 131 __gthrw(pthread_key_create) 238 pthread_key_create) 333 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 707 return __gthrw_(pthread_key_create) (__key, __dtor); in __gthread_key_create()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/x86_64-linux/32/bits/ |
D | gthr-default.h | 131 __gthrw(pthread_key_create) 238 pthread_key_create) 333 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 707 return __gthrw_(pthread_key_create) (__key, __dtor); in __gthread_key_create()
|
D | gthr-posix.h | 131 __gthrw(pthread_key_create) 238 pthread_key_create) 333 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 707 return __gthrw_(pthread_key_create) (__key, __dtor); in __gthread_key_create()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/x86_64-linux/bits/ |
D | gthr-default.h | 131 __gthrw(pthread_key_create) 238 pthread_key_create) 333 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 707 return __gthrw_(pthread_key_create) (__key, __dtor); in __gthread_key_create()
|
D | gthr-posix.h | 131 __gthrw(pthread_key_create) 238 pthread_key_create) 333 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system() 707 return __gthrw_(pthread_key_create) (__key, __dtor); in __gthread_key_create()
|
/aosp_15_r20/external/compiler-rt/test/lsan/TestCases/ |
H A D | use_tls_pthread_specific_dynamic.cc | 21 res = pthread_key_create(&dummy_keys[i], NULL); in main() 25 res = pthread_key_create(&key, NULL); in main()
|
/aosp_15_r20/external/llvm-libc/test/integration/src/pthread/ |
H A D | pthread_tss_test.cpp | 54 ASSERT_EQ(LIBC_NAMESPACE::pthread_key_create(&key, &dtor), 0); in standard_usage_test() 74 ASSERT_EQ(LIBC_NAMESPACE::pthread_key_create(&key, &dtor_failure), 0); in null_value_test()
|
/aosp_15_r20/external/gemmlowp/profiling/ |
H A D | instrumentation.h | 166 pthread_key_create(&key, ThreadExitCallback); in ThreadInfo() 190 static const int key_result = pthread_key_create(&key, DeleteThreadInfo); in ThreadLocalThreadInfo()
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libc/ |
D | stubs_riscv64.cpp | 107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_key_create); 209 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_key_create); in init_stub_library()
|
D | stubs_arm.cpp | 106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_key_create); 206 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_key_create); in init_stub_library()
|
D | stubs_arm64.cpp | 107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_key_create); 209 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_key_create); in init_stub_library()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | globals.c | 131 #pragma weak pthread_key_create macro 586 (pthread_key_create != NULL) && in xmlInitGlobalsInternal() 597 pthread_key_create(&globalkey, xmlFreeGlobalState); in xmlInitGlobalsInternal()
|
/aosp_15_r20/external/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cc | 35 int pthread_key_create(unsigned *key, void (*destructor)(void* v)); 294 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) { in InitializeInterceptors()
|
/aosp_15_r20/external/llvm/test/CodeGen/Generic/ |
H A D | 2009-03-17-LSR-APInt.ll | 42 …vE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32… 102 define i32 @pthread_key_create(i32*, void (i8*)*) {
|
/aosp_15_r20/external/llvm-libc/src/pthread/ |
H A D | pthread_key_create.h | 17 int pthread_key_create(pthread_key_t *key, __pthread_tss_dtor_t dtor);
|
H A D | pthread_key_create.cpp | 20 LLVM_LIBC_FUNCTION(int, pthread_key_create,
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/ |
H A D | 2-1.c | 31 if (pthread_key_create(&key, NULL) != 0) { in main()
|
/aosp_15_r20/external/llvm/test/Transforms/GVN/ |
H A D | 2009-03-10-PREOnVoid.ll | 29 …vE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32… 92 define i32 @pthread_key_create(i32*, void (i8*)*) {
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/ |
H A D | 1-1.c | 39 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|