Searched defs:mMutex (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_static_cpp_mutex.cpp36 pthread_mutex_t mMutex; member in class:Foo
49 pthread_mutex_init(&mMutex, &mattr);
50 pthread_mutex_lock(&mMutex);
56 pthread_mutex_unlock(&mMutex);
/system/core/include/utils/
H A DMutex.h80 pthread_mutex_t mMutex; member in class:android::Mutex
92 pthread_mutex_init(&mMutex, NULL);
95 pthread_mutex_init(&mMutex, NULL);
102 pthread_mutex_init(&mMutex, &attr);
105 pthread_mutex_init(&mMutex, NULL);
109 pthread_mutex_destroy(&mMutex);
112 return -pthread_mutex_lock(&mMutex);
115 pthread_mutex_unlock(&mMutex);
118 return -pthread_mutex_trylock(&mMutex);
/system/core/libutils/
H A DRefBase.cpp187 Mutex::Autolock _l(mMutex);
225 AutoMutex _l(mMutex);
244 AutoMutex _l(mMutex);
276 AutoMutex _l(mMutex);
304 mutable Mutex mMutex; member in class:android::RefBase::weakref_impl

Completed in 91 milliseconds