Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd.h29 u8 DestructorIterations; member
33 DestructorIterations = PTHREAD_DESTRUCTOR_ITERATIONS; in initLinkerInitialized()
Dtsd_exclusive.h128 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()
129 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()
/external/scudo/standalone/
Dtsd.h29 u8 DestructorIterations = 0; member
33 DestructorIterations = PTHREAD_DESTRUCTOR_ITERATIONS; in initLinkerInitialized()
Dtsd_exclusive.h135 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()
136 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()