Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h37 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in MemprofThreadContext()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp18 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp17 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp318 (void *)GetPthreadDestructorIterations())); in HwasanTSDThreadInit()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp428 (void*)GetPthreadDestructorIterations())) { in ThreadStartFunc()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h966 inline uptr GetPthreadDestructorIterations() { in GetPthreadDestructorIterations() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1001 (void *)GetPthreadDestructorIterations())) { in __tsan_thread_start_func()