Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h413 class SANITIZER_SCOPED_LOCK GenericScopedRWLock {
415 ALWAYS_INLINE explicit GenericScopedRWLock(MutexType *mu, bool write) in GenericScopedRWLock() function
424 ALWAYS_INLINE ~GenericScopedRWLock() SANITIZER_RELEASE() { in ~GenericScopedRWLock()
435 GenericScopedRWLock(const GenericScopedRWLock &) = delete;
436 void operator=(const GenericScopedRWLock &) = delete;
442 typedef GenericScopedRWLock<Mutex> RWLock;