Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_pthread_specific_dynamic.cpp24 res = pthread_key_create(&dummy_keys[i], NULL); in main()
28 res = pthread_key_create(&key, NULL); in main()
H A Duse_tls_pthread_specific_static.cpp19 res = pthread_key_create(&key, NULL); in main()
H A Dcleanup_in_tsd_destructor.c38 int res = pthread_key_create(&key, &key_destructor); in main()
H A Ddisabler_in_tsd_destructor.c30 int res = pthread_key_create(&key, &key_destructor); in main()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp33 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in TSDInit()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dtsd_dtor_leak.cpp28 assert(0 == pthread_key_create(&tsd_key, Dtor)); in main()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp50 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread), 0); in initOnce()
H A Dscudo_tsd_shared.cpp34 CHECK_EQ(pthread_key_create(&PThreadKey, NULL), 0); in initOnce()
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dpthread_key.cpp13 int err = pthread_key_create(&keys_[i], 0); in thr()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Dmany_tls_keys_pthread.cpp60 if (pthread_key_create(&keys[i], pthread_destructor)) { in main()
/llvm-project-15.0.7/polly/test/CodeGen/
H A DPHIInExit.ll19 …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 Dsanitizer_posix_test.cpp53 ASSERT_EQ(0, pthread_key_create(&key, &destructor)); in TEST()
H A Dsanitizer_allocator_testlib.cpp92 pthread_key_create(&pkey, thread_dtor); in thread_init()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DThreadLocal.inc30 int errorcode = pthread_key_create(key, nullptr);
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_posix.cpp121 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2009-03-17-LSR-APInt.ll45 …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 Ddfsan_thread.cpp105 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in DFsanTSDInit()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h31 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in init()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp54 CHECK_EQ(pthread_key_create(&key, restore_tid_data), 0); in make_tls_key()
H A Dlsan_interceptors.cpp43 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 D2009-03-10-PREOnVoid.ll29 …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 D2009-03-10-PREOnVoid.ll29 …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 Dasan_mac_test.cpp198 pthread_key_create(&test_key, CallFreeOnWorkqueue); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cpp56 EXPECT_EQ(pthread_key_create(&key, thread_secific_dtor), 0); in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c408 pthread_key_create(&threadLocalStorageHandle, NULL); in loadiJIT_Funcs()

12