Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h442 typedef GenericScopedRWLock<Mutex> RWLock; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp292 RWLock lock(&s->mtx, IsReleaseOrder(mo)); in AtomicRMW()
428 RWLock lock(&s->mtx, release); in AtomicCAS()