Home
last modified time | relevance | path

Searched refs:ScopedTSD (Results 1 – 3 of 3) 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() function
38 ~ScopedTSD() { in ~ScopedTSD() argument
H A Dtsd_shared.h31 struct ScopedTSD { struct
32 ALWAYS_INLINE ScopedTSD(ThisT &TSDRegistry) { in ScopedTSD() argument
37 ~ScopedTSD() { CurrentTSD->unlock(); } in ~ScopedTSD() argument
H A Dcombined.h389 typename TSDRegistryT::ScopedTSD TSD(TSDRegistry);
1272 typename TSDRegistryT::ScopedTSD TSD(TSDRegistry); in quarantineOrDeallocateChunk()
1285 typename TSDRegistryT::ScopedTSD TSD(TSDRegistry); in quarantineOrDeallocateChunk()