Home
last modified time | relevance | path

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

123456

/external/selinux/libselinux/src/
Dselinux_internal.h10 #pragma weak pthread_key_create macro
27 (pthread_key_create != NULL ? pthread_key_create(KEY, DESTRUCTOR) : -1)
/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/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/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_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_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/libchrome/base/threading/
Dthread_local_storage_posix.cc14 return !pthread_key_create(key, in AllocTLS()
/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/python/cffi/c/
Dmisc_thread_posix.h24 if (pthread_key_create(&cffi_tls_key, &cffi_thread_shutdown) != 0) in init_cffi_tls()
/external/grpc-grpc/src/core/lib/gpr/
Dtls_pthread.h45 #define gpr_tls_init(tls) GPR_ASSERT(0 == pthread_key_create(&(tls)->key, NULL))
Dcpu_posix.cc60 pthread_key_create(&thread_id_key, delete_thread_id); in init_thread_id_key()
/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))
Dcpu_posix.cc59 pthread_key_create(&thread_id_key, delete_thread_id); in init_thread_id_key()
/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()

123456