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&);
61 ScopedPthreadMutexLock lock(&blockedThreadListMutex); in signalBlockedThreads()71 ScopedPthreadMutexLock lock(&blockedThreadListMutex); in AsynchronousSocketCloseMonitor()85 ScopedPthreadMutexLock lock(&blockedThreadListMutex); in ~AsynchronousSocketCloseMonitor()