Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h175 class GenericScopedLock {
177 explicit GenericScopedLock(MutexType *mu) in GenericScopedLock() function
182 ~GenericScopedLock() { in ~GenericScopedLock()
189 GenericScopedLock(const GenericScopedLock&);
190 void operator=(const GenericScopedLock&);
212 typedef GenericScopedLock<StaticSpinMutex> SpinMutexLock;
213 typedef GenericScopedLock<BlockingMutex> BlockingMutexLock;
214 typedef GenericScopedLock<RWMutex> RWMutexLock;
Dsanitizer_thread_registry.h144 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock;
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_mutex_test.cc62 typedef GenericScopedLock<MutexType> Lock;
99 GenericScopedLock<MutexType> l(mtx); in check_locked()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h68 typedef GenericScopedLock<Mutex> Lock;
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutex_test.cc57 typedef GenericScopedLock<MutexType> Lock;