Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp48 if (context->destructor_iterations > 1) { in PlatformTSDDtor()
49 context->destructor_iterations--; in PlatformTSDDtor()
H A Dmemprof_thread.h37 destructor_iterations(GetPthreadDestructorIterations()), in MemprofThreadContext()
40 u8 destructor_iterations; member
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp136 if (context->destructor_iterations > 1) { in PlatformTSDDtor()
137 context->destructor_iterations--; in PlatformTSDDtor()
H A Dasan_thread.h41 destructor_iterations(GetPthreadDestructorIterations()), in AsanThreadContext()
44 u8 destructor_iterations; variable