/llvm-project/compiler-rt/test/lsan/TestCases/Linux/ |
H A D | use_tls_pthread_specific_dynamic.cpp | 22 pthread_key_t dummy_keys[kDummyKeysCount]; in main() 27 pthread_key_t key; in main()
|
H A D | use_tls_pthread_specific_static.cpp | 17 pthread_key_t key; in main()
|
H A D | cleanup_in_tsd_destructor.c | 21 pthread_key_t key;
|
H A D | disabler_in_tsd_destructor.c | 12 pthread_key_t key;
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_posix.cpp | 19 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 D | sanitizer_wrappers.cpp | 182 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 D | asan_mac_test.cpp | 190 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 D | system-header-simulator.h | 88 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 D | pthread_key_t.h | 12 typedef unsigned int pthread_key_t; typedef
|
/llvm-project/libc/src/pthread/ |
H A D | pthread_setspecific.h | 17 int pthread_setspecific(pthread_key_t, const void *);
|
H A D | pthread_getspecific.h | 18 void *pthread_getspecific(pthread_key_t);
|
H A D | pthread_key_delete.h | 17 int pthread_key_delete(pthread_key_t key);
|
H A D | pthread_getspecific.cpp | 20 LLVM_LIBC_FUNCTION(void *, pthread_getspecific, (pthread_key_t key)) {
|
H A D | pthread_key_create.h | 17 int pthread_key_create(pthread_key_t *key, __pthread_tss_dtor_t dtor);
|
H A D | pthread_key_delete.cpp | 20 LLVM_LIBC_FUNCTION(int, pthread_key_delete, (pthread_key_t key)) {
|
H A D | pthread_setspecific.cpp | 21 (pthread_key_t key, const void *data)) {
|
H A D | pthread_key_create.cpp | 21 (pthread_key_t * key, __pthread_tss_dtor_t dtor)) {
|
/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | jitprofiling.c | 88 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0;
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_posix.cpp | 28 static pthread_key_t tsd_key;
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | tsd_dtor_leak.cpp | 12 static pthread_key_t tsd_key;
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | pthread_key.cpp | 11 pthread_key_t keys_[N]; in thr()
|
/llvm-project/compiler-rt/test/lsan/TestCases/ |
H A D | many_tls_keys_pthread.cpp | 29 pthread_key_t keys[PTHREAD_KEYS_MAX];
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_posix_test.cpp | 27 static pthread_key_t key;
|
/llvm-project/libc/config/linux/ |
H A D | api.td |
|
/llvm-project/libc/test/integration/src/pthread/ |
H A D | pthread_tss_test.cpp | 27 static pthread_key_t key;
|