/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 | 116 #pragma weak pthread_key_create macro 133 (pthread_key_create != NULL ? pthread_key_create(KEY, DESTRUCTOR) : -1)
|
/external/gemmlowp/profiling/ |
D | instrumentation.h | 165 pthread_key_create(&key, ThreadExitCallback); in ThreadInfo() 188 static int key_result = pthread_key_create(&key, DeleteThreadInfo); in ThreadLocalThreadInfo()
|
/external/skia/src/ports/ |
D | SkTLS_pthread.cpp | 19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()
|
/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()
|
D | 1-2.c | 52 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()
|
D | 2-1.c | 64 if (pthread_key_create(&key, dest_func) != 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/libxml2/ |
D | threads.c | 60 #pragma weak pthread_key_create macro 71 #pragma weak pthread_key_create macro 866 (pthread_key_create != NULL) && in xmlInitThreads() 954 (void) pthread_key_create(&globalkey, xmlFreeGlobalState); in xmlOnceInit()
|
/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/swiftshader/src/OpenGL/compiler/ |
D | ossource_posix.cpp | 34 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 31 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create 79 declare extern_weak i32 @pthread_key_create(i32*, void (i8*)*)
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | tsd_dtor_leak.cc | 27 assert(0 == pthread_key_create(&tsd_key, Dtor)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/ |
D | 1-1.c | 38 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|