/external/llvm-project/compiler-rt/test/lsan/TestCases/Linux/ |
D | use_tls_pthread_specific_dynamic.cpp | 25 res = pthread_key_create(&dummy_keys[i], NULL); in main() 29 res = pthread_key_create(&key, NULL); in main()
|
D | use_tls_pthread_specific_static.cpp | 20 res = pthread_key_create(&key, NULL); in main()
|
D | cleanup_in_tsd_destructor.c | 39 int res = pthread_key_create(&key, &key_destructor); in main()
|
D | disabler_in_tsd_destructor.c | 31 int res = pthread_key_create(&key, &key_destructor); in main()
|
/external/compiler-rt/test/lsan/TestCases/ |
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()
|
D | use_tls_pthread_specific_static.cc | 19 res = pthread_key_create(&key, NULL); in main()
|
D | cleanup_in_tsd_destructor.c | 35 int res = pthread_key_create(&key, &key_destructor); in main()
|
D | disabler_in_tsd_destructor.c | 31 int res = pthread_key_create(&key, &key_destructor); in main()
|
/external/selinux/libselinux/src/ |
D | selinux_internal.h | 117 #pragma weak pthread_key_create macro 134 (pthread_key_create != NULL ? pthread_key_create(KEY, DESTRUCTOR) : -1)
|
/external/gemmlowp/profiling/ |
D | instrumentation.h | 166 pthread_key_create(&key, ThreadExitCallback); in ThreadInfo() 190 static const int key_result = pthread_key_create(&key, DeleteThreadInfo); in ThreadLocalThreadInfo()
|
/external/skqp/src/ports/ |
D | SkTLS_pthread.cpp | 19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_key_create function:
|
D | 2-1.c | 38 if (pthread_key_create(&key, NULL) != 0) { in main()
|
D | 3-1.c | 62 if (pthread_key_create(&key, dest_func) != 0) { in main()
|
D | 1-1.c | 40 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/ |
D | 1-1.c | 39 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|
D | 1-2.c | 40 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/ |
D | 3-1.c | 31 if (pthread_key_create(&key, NULL) != 0) { in main()
|
D | 1-1.c | 37 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/speculative/ |
D | 5-1.c | 48 rc = pthread_key_create(&keys[i], NULL); in main()
|
/external/libchrome/base/threading/ |
D | thread_local_storage_posix.cc | 14 return !pthread_key_create(key, in AllocTLS()
|
/external/python/cffi/c/ |
D | misc_thread_posix.h | 24 if (pthread_key_create(&cffi_tls_key, &cffi_thread_shutdown) != 0) in init_cffi_tls()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ossource_posix.cpp | 34 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | tls_pthread.h | 45 #define gpr_tls_init(tls) GPR_ASSERT(0 == pthread_key_create(&(tls)->key, NULL))
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | tls_pthread.h | 45 #define gpr_tls_init(tls) GPR_ASSERT(0 == pthread_key_create(&(tls)->key, NULL))
|