Lines Matching refs:mMutex
70 Mutex::Autolock l(mMutex);
79 mMutex.unlock();
82 mMutex.lock();
88 Mutex::Autolock l(mMutex);
96 Mutex::Autolock l(mMutex);
138 Mutex::Autolock l(mMutex);
141 res = notEmpty.waitRelative(mMutex,timeout);
259 Mutex::Autolock l(mMutex);
268 Mutex::Autolock l(mMutex);
270 mNewNotification.wait(mMutex);
276 Mutex::Autolock l(mMutex);
296 Mutex::Autolock l(mMutex);
568 Mutex::Autolock lock(mMutex);
570 res = mCondition.waitRelative(mMutex, timeout);
578 Mutex::Autolock lock(mMutex);