Home
last modified time | relevance | path

Searched defs:ScopedTSD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h32 struct ScopedTSD { struct
33 ALWAYS_INLINE ScopedTSD(ThisT &TSDRegistry) { in ScopedTSD() argument
38 ~ScopedTSD() { in ~ScopedTSD()
52 bool UnlockRequired;
H A Dtsd_shared.h31 struct ScopedTSD { struct
32 ALWAYS_INLINE ScopedTSD(ThisT &TSDRegistry) { in ScopedTSD() function
37 ~ScopedTSD() { CurrentTSD->unlock(); } in ~ScopedTSD()