Home
last modified time | relevance | path

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

12345678910>>...27

/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.cc143 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 Dpthread_benchmark.cpp34 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 Dselinux_internal.h15 #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/
Dgthr-posix.h131 __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()
Dgthr-default.h131 __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/
Dgthr-default.h131 __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()
Dgthr-posix.h131 __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/
Dgthr-default.h131 __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()
Dgthr-posix.h131 __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/
Dgthr-default.h131 __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()
Dgthr-posix.h131 __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 Duse_tls_pthread_specific_dynamic.cc21 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 Dpthread_tss_test.cpp54 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 Dinstrumentation.h166 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/
Dstubs_riscv64.cpp107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_key_create);
209 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_key_create); in init_stub_library()
Dstubs_arm.cpp106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_key_create);
206 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_key_create); in init_stub_library()
Dstubs_arm64.cpp107 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 Dglobals.c131 #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 Dlsan_interceptors.cc35 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 D2009-03-17-LSR-APInt.ll42 …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 Dpthread_key_create.h17 int pthread_key_create(pthread_key_t *key, __pthread_tss_dtor_t dtor);
H A Dpthread_key_create.cpp20 LLVM_LIBC_FUNCTION(int, pthread_key_create,
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
H A D2-1.c31 if (pthread_key_create(&key, NULL) != 0) { in main()
/aosp_15_r20/external/llvm/test/Transforms/GVN/
H A D2009-03-10-PREOnVoid.ll29 …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 D1-1.c39 if (pthread_key_create(&keys[i], NULL) != 0) { in main()

12345678910>>...27