Searched defs:GenericScopedLock (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h175 class GenericScopedLock { class in namespace:__sanitizer
177 explicit GenericScopedLock(MutexType *mu) function in class:__sanitizer::GenericScopedLock
182 ~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;

Completed in 74 milliseconds