Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h161 struct ScopedStopTheWorldLock { struct
162 ScopedStopTheWorldLock() { in ScopedStopTheWorldLock() argument
167 ~ScopedStopTheWorldLock() { in ~ScopedStopTheWorldLock() argument
172 ScopedStopTheWorldLock &operator=(const ScopedStopTheWorldLock &) = delete; argument