Searched refs:ScopedPthreadMutexLock (Results 1 – 1 of 1) 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&);