Home
last modified time | relevance | path

Searched refs:GetPthreadDestructorIterations (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cpp54 SpawnThread(GetPthreadDestructorIterations()); in TEST()
56 SpawnThread(GetPthreadDestructorIterations() + 1); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp60 GetPthreadDestructorIterations())), 0); in initThread()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_thread.h37 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in MemprofThreadContext()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp18 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_thread.cpp17 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_thread.h39 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in AsanThreadContext()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp276 (void *)GetPthreadDestructorIterations())); in HwasanTSDThreadInit()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp432 (void*)GetPthreadDestructorIterations())) { in __lsan_thread_start_func()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h944 inline uptr GetPthreadDestructorIterations() { in GetPthreadDestructorIterations() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp995 (void *)GetPthreadDestructorIterations())) { in __tsan_thread_start_func()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1000 (void *)GetPthreadDestructorIterations())) { in __tsan_thread_start_func()