Home
last modified time | relevance | path

Searched refs:destructor_iterations (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_posix.cc117 if (context->destructor_iterations > 1) { in PlatformTSDDtor()
118 context->destructor_iterations--; in PlatformTSDDtor()
Dasan_thread.h43 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in AsanThreadContext()
46 u8 destructor_iterations; variable