| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | ThreadLocal.inc | 28 static_assert(sizeof(pthread_key_t) <= sizeof(data), "size too big"); 29 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data); 36 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data); 43 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data); 50 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator.h | 69 typedef __darwin_pthread_key_t pthread_key_t; typedef 70 int pthread_setspecific(pthread_key_t, const void *);
|
| /llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_posix.cpp | 28 static pthread_key_t tsd_key;
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | tsd_dtor_leak.cpp | 12 static pthread_key_t tsd_key;
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.c | 88 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0;
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_tsd_exclusive.cpp | 20 static pthread_key_t PThreadKey;
|
| H A D | scudo_tsd_shared.inc | 19 extern pthread_key_t PThreadKey;
|
| H A D | scudo_tsd_shared.cpp | 20 pthread_key_t PThreadKey;
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | pthread_key.cpp | 11 pthread_key_t keys_[N]; in thr()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/ |
| H A D | many_tls_keys_pthread.cpp | 29 pthread_key_t keys[PTHREAD_KEYS_MAX];
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_posix_test.cpp | 24 static pthread_key_t key;
|
| H A D | sanitizer_allocator_testlib.cpp | 59 static pthread_key_t pkey;
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_posix.cpp | 116 static pthread_key_t tsd_key;
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.cpp | 99 static pthread_key_t tsd_key;
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | tsd_exclusive.h | 115 pthread_key_t PThreadKey = {};
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_common_mac.cpp | 42 static pthread_key_t key;
|
| /llvm-project-15.0.7/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 113 pthread_key_t thread_cleanup_key;
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_linux.cpp | 221 static pthread_key_t tsd_key;
|