Lines Matching refs:FATAL

432     LOG(safe_to_call_abort ? FATAL : WARNING)  in ~Mutex()
436 LOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex()
446 PLOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex()
502 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
617 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in ExclusiveTryLock()
688 LOG(FATAL) << GetName() << " level=" << level_ << " self=" << name1 in ExclusiveUnlock()
723 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_; in ExclusiveUnlock()
764 LOG(FATAL) << "Non futex case isn't supported."; in WakeupToRespondToEmptyCheckpoint()
791 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_rwlock_destroy failed for " << name_; in ~ReaderWriterMutex()
818 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
858 LOG(FATAL) << "Unexpected state_:" << cur_state << " for " << name_; in ExclusiveUnlock()
902 PLOG(FATAL) << "timed futex wait failed for " << name_; in ExclusiveLockWithTimeout()
919 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_; in ExclusiveLockWithTimeout()
940 PLOG(FATAL) << "futex wait failed for " << name_; in HandleSharedLockContention()
970 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in SharedTryLock()
1019 LOG(FATAL) << "Non futex case isn't supported."; in WakeupToRespondToEmptyCheckpoint()
1043 LOG(is_safe_to_call_abort ? FATAL : WARNING) in ~ConditionVariable()
1054 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_cond_destroy failed for " << name_; in ~ConditionVariable()
1084 PLOG(FATAL) << "futex requeue failed for " << name_; in RequeueWaiters()
1122 PLOG(FATAL) << "futex wait failed for " << name_; in WaitHoldingLocks()
1164 PLOG(FATAL) << "timed futex wait failed for " << name_; in TimedWait()
1194 PLOG(FATAL) << "TimedWait failed for " << name_; in TimedWait()