Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_posix.cc104 if (context->destructor_iterations > 1) { in PlatformTSDDtor()
105 context->destructor_iterations--; in PlatformTSDDtor()
HDasan_thread.h38 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in AsanThreadContext()
41 u8 destructor_iterations; variable