Home
last modified time | relevance | path

Searched refs:ScopedPthreadMutexLock (Results 1 – 1 of 1) sorted by relevance

/libcore/include/
DScopedPthreadMutexLock.h25 class ScopedPthreadMutexLock {
27 explicit ScopedPthreadMutexLock(pthread_mutex_t* mutex) : mMutexPtr(mutex) { in ScopedPthreadMutexLock() function
31 ~ScopedPthreadMutexLock() { in ~ScopedPthreadMutexLock()
39 ScopedPthreadMutexLock(const ScopedPthreadMutexLock&);
40 void operator=(const ScopedPthreadMutexLock&);