Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DThreadLocal.inc28 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 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-15.0.7/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-15.0.7/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-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h69 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 Dasan_mac_test.cpp190 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 Dmemprof_posix.cpp28 static pthread_key_t tsd_key;
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dtsd_dtor_leak.cpp12 static pthread_key_t tsd_key;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c88 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0;
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp20 static pthread_key_t PThreadKey;
H A Dscudo_tsd_shared.inc19 extern pthread_key_t PThreadKey;
H A Dscudo_tsd_shared.cpp20 pthread_key_t PThreadKey;
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dpthread_key.cpp11 pthread_key_t keys_[N]; in thr()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Dmany_tls_keys_pthread.cpp29 pthread_key_t keys[PTHREAD_KEYS_MAX];
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cpp24 static pthread_key_t key;
H A Dsanitizer_allocator_testlib.cpp59 static pthread_key_t pkey;
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_posix.cpp116 static pthread_key_t tsd_key;
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp99 static pthread_key_t tsd_key;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h115 pthread_key_t PThreadKey = {};
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp42 static pthread_key_t key;
/llvm-project-15.0.7/compiler-rt/lib/safestack/
H A Dsafestack.cpp113 pthread_key_t thread_cleanup_key;
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_linux.cpp221 static pthread_key_t tsd_key;

12