Home
last modified time | relevance | path

Searched refs:destructor_iterations_ (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_linux.cc202 if (t->destructor_iterations_ > 1) { in MsanTSDDtor()
203 t->destructor_iterations_--; in MsanTSDDtor()
Dmsan_thread.h47 int destructor_iterations_; variable
Dmsan_thread.cc17 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()