Searched refs:has_mutex (Results 1 – 1 of 1) sorted by relevance
302 if (has_mutex()) mutex_->Lock(); in LockGuard()307 if (has_mutex()) mutex_->Unlock(); in ~LockGuard()313 bool V8_INLINE has_mutex() const { in has_mutex() function330 if (!has_mutex()) return; in SharedMutexGuard()340 if (!has_mutex()) return; in ~SharedMutexGuard()351 bool V8_INLINE has_mutex() const { in has_mutex() function