Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h180 class GenericScopedLock {
182 explicit GenericScopedLock(MutexType *mu) in GenericScopedLock() function
187 ~GenericScopedLock() { in ~GenericScopedLock()
194 GenericScopedLock(const GenericScopedLock&);
195 void operator=(const GenericScopedLock&);
217 typedef GenericScopedLock<StaticSpinMutex> SpinMutexLock;
218 typedef GenericScopedLock<BlockingMutex> BlockingMutexLock;
219 typedef GenericScopedLock<RWMutex> RWMutexLock;
H A Dsanitizer_thread_registry.h151 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock;
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h69 typedef GenericScopedLock<Mutex> Lock;