OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedPthreadMutexLock
(Results
1 - 2
of
2
) sorted by null
/libcore/include/
ScopedPthreadMutexLock.h
25
class
ScopedPthreadMutexLock
{
27
explicit
ScopedPthreadMutexLock
(pthread_mutex_t* mutex) : mMutexPtr(mutex) {
31
~
ScopedPthreadMutexLock
() {
39
ScopedPthreadMutexLock
(const
ScopedPthreadMutexLock
&);
40
void operator=(const
ScopedPthreadMutexLock
&);
/libcore/luni/src/main/native/
AsynchronousCloseMonitor.cpp
66
ScopedPthreadMutexLock
lock(&blockedThreadListMutex);
81
ScopedPthreadMutexLock
lock(&blockedThreadListMutex);
96
ScopedPthreadMutexLock
lock(&blockedThreadListMutex);
Completed in 633 milliseconds