Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h29 u8 DestructorIterations = 0; in alignas() local
32 DCHECK_EQ(DestructorIterations, 0U); in alignas()
35 DestructorIterations = PTHREAD_DESTRUCTOR_ITERATIONS; in alignas()
H A Dtsd_exclusive.h165 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()
166 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()