Home
last modified time | relevance | path

Searched refs:pthread_key_t (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_pthread_specific_dynamic.cpp22 pthread_key_t dummy_keys[kDummyKeysCount]; in main()
27 pthread_key_t key; in main()
H A Duse_tls_pthread_specific_static.cpp17 pthread_key_t key; in main()
H A Dcleanup_in_tsd_destructor.c21 pthread_key_t key;
H A Ddisabler_in_tsd_destructor.c12 pthread_key_t key;
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cpp19 pthread_key_t key;
23 thread_key(pthread_key_t key, pthread_mutex_t *mtx, int val, int *cnt) in thread_key()
55 pthread_key_t key; in TEST()
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp182 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
184 int(pthread_key_t *, void (*)(void *)))
188 int(pthread_key_t, const void *))
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cpp190 pthread_setspecific(*(pthread_key_t*)test_key, mem); in TSDAllocWorker()
197 pthread_key_t test_key; in TEST()
/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h88 typedef __darwin_pthread_key_t pthread_key_t; typedef
89 int pthread_setspecific(pthread_key_t, const void *);
/llvm-project/libc/include/llvm-libc-types/
H A Dpthread_key_t.h12 typedef unsigned int pthread_key_t; typedef
/llvm-project/libc/src/pthread/
H A Dpthread_setspecific.h17 int pthread_setspecific(pthread_key_t, const void *);
H A Dpthread_getspecific.h18 void *pthread_getspecific(pthread_key_t);
H A Dpthread_key_delete.h17 int pthread_key_delete(pthread_key_t key);
H A Dpthread_getspecific.cpp20 LLVM_LIBC_FUNCTION(void *, pthread_getspecific, (pthread_key_t key)) {
H A Dpthread_key_create.h17 int pthread_key_create(pthread_key_t *key, __pthread_tss_dtor_t dtor);
H A Dpthread_key_delete.cpp20 LLVM_LIBC_FUNCTION(int, pthread_key_delete, (pthread_key_t key)) {
H A Dpthread_setspecific.cpp21 (pthread_key_t key, const void *data)) {
H A Dpthread_key_create.cpp21 (pthread_key_t * key, __pthread_tss_dtor_t dtor)) {
/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c88 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0;
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp28 static pthread_key_t tsd_key;
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dtsd_dtor_leak.cpp12 static pthread_key_t tsd_key;
/llvm-project/compiler-rt/test/tsan/
H A Dpthread_key.cpp11 pthread_key_t keys_[N]; in thr()
/llvm-project/compiler-rt/test/lsan/TestCases/
H A Dmany_tls_keys_pthread.cpp29 pthread_key_t keys[PTHREAD_KEYS_MAX];
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cpp27 static pthread_key_t key;
/llvm-project/libc/config/linux/
H A Dapi.td
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_tss_test.cpp27 static pthread_key_t key;

123