Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h29 u8 DestructorIterations = 0; member
32 DCHECK_EQ(DestructorIterations, 0U); in init()
35 DestructorIterations = PTHREAD_DESTRUCTOR_ITERATIONS; in init()
H A Dtsd_exclusive.h185 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()
186 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()