Home
last modified time | relevance | path

Searched refs:ScopedPthreadMutexLock (Results 1 – 2 of 2) 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&);
/libcore/luni/src/main/native/
DAsynchronousSocketCloseMonitor.cpp61 ScopedPthreadMutexLock lock(&blockedThreadListMutex); in signalBlockedThreads()
71 ScopedPthreadMutexLock lock(&blockedThreadListMutex); in AsynchronousSocketCloseMonitor()
85 ScopedPthreadMutexLock lock(&blockedThreadListMutex); in ~AsynchronousSocketCloseMonitor()