Searched refs:guard_ (Results 1 – 4 of 4) sorted by relevance
63 : cache_(cache), guard_(&cache->mutex_) {} in ModificationScope()69 base::MutexGuard guard_; variable
145 explicit ConditionalMutexGuard(v8::base::Mutex* lock) : guard_(lock) {}148 v8::base::MutexGuard guard_;
298 : guard_(mutex), mutex_(mutex), no_gc_(new DisallowGarbageCollection()) {} in NoGarbageCollectionMutexGuard()310 base::MutexGuard guard_;
333 guard_.emplace(&space->space_mutex_); in NON_EXPORTED_BASE()337 base::Optional<base::MutexGuard> guard_; in NON_EXPORTED_BASE() local