Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
Dmutex.h32 explicit ScopedLock(Mutex &Mx) : Mu(Mx) { Mu.lock(); } in ScopedLock() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DMutex.h73 typedef SmartScopedLock<false> ScopedLock; typedef
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dmutex.h60 explicit ScopedLock(HybridMutex &M) : Mutex(M) { Mutex.lock(); } in ScopedLock() function