| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/ |
| H A D | use_tls_pthread_specific_dynamic.cpp | 24 res = pthread_key_create(&dummy_keys[i], NULL); in main() 28 res = pthread_key_create(&key, NULL); in main()
|
| H A D | use_tls_pthread_specific_static.cpp | 19 res = pthread_key_create(&key, NULL); in main()
|
| H A D | cleanup_in_tsd_destructor.c | 38 int res = pthread_key_create(&key, &key_destructor); in main()
|
| H A D | disabler_in_tsd_destructor.c | 30 int res = pthread_key_create(&key, &key_destructor); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_posix.cpp | 33 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in TSDInit()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | tsd_dtor_leak.cpp | 28 assert(0 == pthread_key_create(&tsd_key, Dtor)); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_tsd_exclusive.cpp | 50 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread), 0); in initOnce()
|
| H A D | scudo_tsd_shared.cpp | 34 CHECK_EQ(pthread_key_create(&PThreadKey, NULL), 0); in initOnce()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | pthread_key.cpp | 13 int err = pthread_key_create(&keys_[i], 0); in thr()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/ |
| H A D | many_tls_keys_pthread.cpp | 60 if (pthread_key_create(&keys[i], pthread_destructor)) { in main()
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | PHIInExit.ll | 19 …vE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32*… 85 define i32 @pthread_key_create(i32*, void (i8*)*) {
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_posix_test.cpp | 53 ASSERT_EQ(0, pthread_key_create(&key, &destructor)); in TEST()
|
| H A D | sanitizer_allocator_testlib.cpp | 92 pthread_key_create(&pkey, thread_dtor); in thread_init()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | ThreadLocal.inc | 30 int errorcode = pthread_key_create(key, nullptr);
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_posix.cpp | 121 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | 2009-03-17-LSR-APInt.ll | 45 …vE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32… 105 define i32 @pthread_key_create(i32*, void (i8*)*) addrspace(0) {
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.cpp | 105 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in DFsanTSDInit()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | tsd_exclusive.h | 31 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in init()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_common_mac.cpp | 54 CHECK_EQ(pthread_key_create(&key, restore_tid_data), 0); in make_tls_key()
|
| H A D | lsan_interceptors.cpp | 43 int pthread_key_create(unsigned *key, void (*destructor)(void* v)); 533 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) { in InitializeInterceptors()
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | 2009-03-10-PREOnVoid.ll | 29 …vE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32… 92 define i32 @pthread_key_create(i32*, void (i8*)*) {
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | 2009-03-10-PREOnVoid.ll | 29 …vE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32… 92 define i32 @pthread_key_create(i32*, void (i8*)*) {
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A D | asan_mac_test.cpp | 198 pthread_key_create(&test_key, CallFreeOnWorkqueue); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_posix.cpp | 56 EXPECT_EQ(pthread_key_create(&key, thread_secific_dtor), 0); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.c | 408 pthread_key_create(&threadLocalStorageHandle, NULL); in loadiJIT_Funcs()
|