Home
last modified time | relevance | path

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

12345678

/external/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
Duse_tls_pthread_specific_dynamic.cpp25 res = pthread_key_create(&dummy_keys[i], NULL); in main()
29 res = pthread_key_create(&key, NULL); in main()
Duse_tls_pthread_specific_static.cpp20 res = pthread_key_create(&key, NULL); in main()
Dcleanup_in_tsd_destructor.c39 int res = pthread_key_create(&key, &key_destructor); in main()
Ddisabler_in_tsd_destructor.c31 int res = pthread_key_create(&key, &key_destructor); in main()
/external/compiler-rt/test/lsan/TestCases/
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()
Duse_tls_pthread_specific_static.cc19 res = pthread_key_create(&key, NULL); in main()
Dcleanup_in_tsd_destructor.c35 int res = pthread_key_create(&key, &key_destructor); in main()
Ddisabler_in_tsd_destructor.c31 int res = pthread_key_create(&key, &key_destructor); in main()
/external/selinux/libselinux/src/
Dselinux_internal.h117 #pragma weak pthread_key_create macro
134 (pthread_key_create != NULL ? pthread_key_create(KEY, DESTRUCTOR) : -1)
/external/gemmlowp/profiling/
Dinstrumentation.h166 pthread_key_create(&key, ThreadExitCallback); in ThreadInfo()
190 static const int key_result = pthread_key_create(&key, DeleteThreadInfo); in ThreadLocalThreadInfo()
/external/skqp/src/ports/
DSkTLS_pthread.cpp19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
Dcoverage.txt1 This document defines the coverage for the pthread_key_create function:
D2-1.c38 if (pthread_key_create(&key, NULL) != 0) { in main()
D3-1.c62 if (pthread_key_create(&key, dest_func) != 0) { in main()
D1-1.c40 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/
D1-1.c39 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
D1-2.c40 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/
D3-1.c31 if (pthread_key_create(&key, NULL) != 0) { in main()
D1-1.c37 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/speculative/
D5-1.c48 rc = pthread_key_create(&keys[i], NULL); in main()
/external/libchrome/base/threading/
Dthread_local_storage_posix.cc14 return !pthread_key_create(key, in AllocTLS()
/external/python/cffi/c/
Dmisc_thread_posix.h24 if (pthread_key_create(&cffi_tls_key, &cffi_thread_shutdown) != 0) in init_cffi_tls()
/external/swiftshader/src/OpenGL/compiler/
Dossource_posix.cpp34 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()
/external/grpc-grpc/src/core/lib/gpr/
Dtls_pthread.h45 #define gpr_tls_init(tls) GPR_ASSERT(0 == pthread_key_create(&(tls)->key, NULL))
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtls_pthread.h45 #define gpr_tls_init(tls) GPR_ASSERT(0 == pthread_key_create(&(tls)->key, NULL))

12345678