Lines Matching refs:FATAL

399     LOG(safe_to_call_abort ? FATAL : WARNING)  in ~Mutex()
403 LOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex()
413 PLOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex()
454 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
509 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in ExclusiveTryLock()
577 LOG(FATAL) << GetName() << " level=" << level_ << " self=" << name1 in ExclusiveUnlock()
612 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_; in ExclusiveUnlock()
652 LOG(FATAL) << "Non futex case isn't supported."; in WakeupToRespondToEmptyCheckpoint()
679 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_rwlock_destroy failed for " << name_; in ~ReaderWriterMutex()
706 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
746 LOG(FATAL) << "Unexpected state_:" << cur_state << " for " << name_; in ExclusiveUnlock()
789 PLOG(FATAL) << "timed futex wait failed for " << name_; in ExclusiveLockWithTimeout()
806 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_; in ExclusiveLockWithTimeout()
827 PLOG(FATAL) << "futex wait failed for " << name_; in HandleSharedLockContention()
857 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in SharedTryLock()
906 LOG(FATAL) << "Non futex case isn't supported."; in WakeupToRespondToEmptyCheckpoint()
930 LOG(is_safe_to_call_abort ? FATAL : WARNING) in ~ConditionVariable()
941 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_cond_destroy failed for " << name_; in ~ConditionVariable()
971 PLOG(FATAL) << "futex requeue failed for " << name_; in RequeueWaiters()
1009 PLOG(FATAL) << "futex wait failed for " << name_; in WaitHoldingLocks()
1051 PLOG(FATAL) << "timed futex wait failed for " << name_; in TimedWait()
1081 PLOG(FATAL) << "TimedWait failed for " << name_; in TimedWait()