Home
last modified time | relevance | path

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

12345

/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.h116 #pragma weak pthread_key_create macro
133 (pthread_key_create != NULL ? pthread_key_create(KEY, DESTRUCTOR) : -1)
/external/gemmlowp/profiling/
Dinstrumentation.h165 pthread_key_create(&key, ThreadExitCallback); in ThreadInfo()
188 static int key_result = pthread_key_create(&key, DeleteThreadInfo); in ThreadLocalThreadInfo()
/external/skia/src/ports/
DSkTLS_pthread.cpp19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()
/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()
D1-2.c52 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()
D2-1.c64 if (pthread_key_create(&key, dest_func) != 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/libxml2/
Dthreads.c60 #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/
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/swiftshader/src/OpenGL/compiler/
Dossource_posix.cpp34 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()
/external/swiftshader/third_party/LLVM/test/Linker/
D2011-08-22-ResolveAlias.ll31 @_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/
Dtsd_dtor_leak.cc27 assert(0 == pthread_key_create(&tsd_key, Dtor)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
D1-1.c38 if (pthread_key_create(&keys[i], NULL) != 0) { in main()

12345