Searched defs:MutexLock (Results 1 – 11 of 11) sorted by relevance
58 MutexLock(Mutex *) {} in MutexLock() function
151 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock() function184 #define MutexLock(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) macro
266 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock() function299 #define MutexLock(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) macro
135 MutexLock::MutexLock(Mutex *mutex) {} // ?OP? in MutexLock() function in MutexLock
72 void MutexLock(ThreadState *thr, uptr pc, uptr addr) { in MutexLock() function
446 typedef GTestMutexLock MutexLock; typedef
284 MutexLock(Mutex *mu) in MutexLock() function
764 typedef GTestMutexLock MutexLock; typedef
263 MutexLock(Mutex *mu) in MutexLock() function
1074 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() function
38 class __attribute__((scoped_lockable)) MutexLock { class