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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h169 class GenericScopedLock { class in namespace:__sanitizer
171 explicit GenericScopedLock(MutexType *mu) function in class:__sanitizer::GenericScopedLock
176 ~GenericScopedLock() {
183 GenericScopedLock(const GenericScopedLock&);
184 void operator=(const GenericScopedLock&);
206 typedef GenericScopedLock<StaticSpinMutex> SpinMutexLock;
207 typedef GenericScopedLock<BlockingMutex> BlockingMutexLock;
208 typedef GenericScopedLock<RWMutex> RWMutexLock;

Completed in 288 milliseconds