Lines Matching refs:FATAL
289 LOG(shutting_down ? WARNING : FATAL) << "destroying mutex with owner: " in ~Mutex()
293 LOG(shutting_down ? WARNING : FATAL) << "unexpectedly found an owner on unlocked mutex " in ~Mutex()
297 LOG(shutting_down ? WARNING : FATAL) << "unexpectedly found a contender on mutex " << name_; in ~Mutex()
308 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_; in ~Mutex()
334 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
381 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in ExclusiveTryLock()
429 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_; in ExclusiveUnlock()
487 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_; in ~ReaderWriterMutex()
510 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
551 LOG(FATAL) << "Unexpected state_:" << cur_state << " for " << name_; in ExclusiveUnlock()
590 PLOG(FATAL) << "timed futex wait failed for " << name_; in ExclusiveLockWithTimeout()
605 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_; in ExclusiveLockWithTimeout()
636 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in SharedTryLock()
694 LOG(shutting_down ? WARNING : FATAL) << "ConditionVariable::~ConditionVariable for " << name_ in ~ConditionVariable()
706 PLOG(shutting_down ? WARNING : FATAL) << "pthread_cond_destroy failed for " << name_; in ~ConditionVariable()
729 PLOG(FATAL) << "futex cmp requeue failed for " << name_; in Broadcast()
777 PLOG(FATAL) << "futex wait failed for " << name_; in WaitHoldingLocks()
816 PLOG(FATAL) << "timed futex wait failed for " << name_; in TimedWait()
839 PLOG(FATAL) << "TimedWait failed for " << name_; in TimedWait()