Searched refs:destructor_iterations_ (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp18 thread->destructor_iterations_ = GetPthreadDestructorIterations();
123 if (t->destructor_iterations_ > 1) {
124 t->destructor_iterations_--;
H A Ddfsan_thread.h47 int destructor_iterations_; member in class:__dfsan::DFsanThread
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h47 int destructor_iterations_; member in class:__msan::MsanThread
H A Dmsan_linux.cpp290 if (t->destructor_iterations_ > 1) {
291 t->destructor_iterations_--;
H A Dmsan_thread.cpp17 thread->destructor_iterations_ = GetPthreadDestructorIterations();

Completed in 157 milliseconds