Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd.h30 u8 DestructorIterations = 0; in alignas() local
33 DCHECK_EQ(DestructorIterations, 0U); in alignas()
36 DestructorIterations = PTHREAD_DESTRUCTOR_ITERATIONS; in alignas()
H A Dtsd_exclusive.h139 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()
140 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()