Searched defs:MutexLock (Results 1 – 11 of 11) sorted by relevance
18 Magick::MutexLock::MutexLock(void) in MutexLock() function in Magick::MutexLock
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
84 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() function
197 class MutexLock { class
46 class SCOPED_LOCKABLE MutexLock { class
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
43 class __attribute__((scoped_lockable)) MutexLock { class
1052 typedef GTestMutexLock MutexLock; typedef1189 typedef GTestMutexLock MutexLock; typedef
144 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock() function
263 MutexLock(Mutex *mu) in MutexLock() function