HomeSort by relevance Sort by last modified time
    Searched refs:destructor_iterations_ (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/msan/
msan_thread.h 47 int destructor_iterations_; member in class:__msan::MsanThread
msan_linux.cc 127 if (t->destructor_iterations_ > 1) {
128 t->destructor_iterations_--;
msan_thread.cc 17 thread->destructor_iterations_ = kPthreadDestructorIterations;

Completed in 41 milliseconds