Searched refs:MutexLockMaybe (Results 1 – 2 of 2) sorted by relevance
79 #undef MutexLockMaybe96 class LIBPROTOBUF_EXPORT MutexLockMaybe {98 explicit MutexLockMaybe(Mutex *mu) : in MutexLockMaybe() function100 ~MutexLockMaybe() { if (this->mu_ != NULL) { this->mu_->Unlock(); } } in ~MutexLockMaybe()103 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(MutexLockMaybe);142 using internal::MutexLockMaybe;
796 MutexLockMaybe lock(pool->mutex_); in FindByNameHelper()1095 MutexLockMaybe lock(mutex_); in InternalIsFileLoaded()1175 MutexLockMaybe lock(mutex_); in FindFileByName()1193 MutexLockMaybe lock(mutex_); in FindFileContainingSymbol()1271 MutexLockMaybe lock(mutex_); in FindExtensionByNumber()1293 MutexLockMaybe lock(mutex_); in FindAllExtensions()3321 MutexLockMaybe lock((pool == pool_) ? NULL : pool->mutex_); in FindSymbolNotEnforcingDepsHelper()