Searched refs:ScopedPthreadMutexLock (Results 1 – 2 of 2) sorted by relevance
25 class ScopedPthreadMutexLock {27 explicit ScopedPthreadMutexLock(pthread_mutex_t* mutex) : mMutexPtr(mutex) { in ScopedPthreadMutexLock() function31 ~ScopedPthreadMutexLock() { in ~ScopedPthreadMutexLock()39 ScopedPthreadMutexLock(const ScopedPthreadMutexLock&);40 void operator=(const ScopedPthreadMutexLock&);
66 ScopedPthreadMutexLock lock(&blockedThreadListMutex); in signalBlockedThreads()81 ScopedPthreadMutexLock lock(&blockedThreadListMutex); in AsynchronousCloseMonitor()96 ScopedPthreadMutexLock lock(&blockedThreadListMutex); in ~AsynchronousCloseMonitor()