Lines Matching refs:FATAL

406     LOG(safe_to_call_abort ? FATAL : WARNING)  in ~Mutex()
410 LOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex()
414 LOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex()
424 PLOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex()
454 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
501 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in ExclusiveTryLock()
527 LOG(FATAL) << GetName() << " level=" << level_ << " self=" << name1 in ExclusiveUnlock()
560 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_; in ExclusiveUnlock()
600 LOG(FATAL) << "Non futex case isn't supported."; in WakeupToRespondToEmptyCheckpoint()
629 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_rwlock_destroy failed for " << name_; in ~ReaderWriterMutex()
655 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
696 LOG(FATAL) << "Unexpected state_:" << cur_state << " for " << name_; in ExclusiveUnlock()
738 PLOG(FATAL) << "timed futex wait failed for " << name_; in ExclusiveLockWithTimeout()
753 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_; in ExclusiveLockWithTimeout()
773 PLOG(FATAL) << "futex wait failed for " << name_; in HandleSharedLockContention()
801 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in SharedTryLock()
852 LOG(FATAL) << "Non futex case isn't supported."; in WakeupToRespondToEmptyCheckpoint()
876 LOG(is_safe_to_call_abort ? FATAL : WARNING) in ~ConditionVariable()
887 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_cond_destroy failed for " << name_; in ~ConditionVariable()
910 PLOG(FATAL) << "futex cmp requeue failed for " << name_; in Broadcast()
958 PLOG(FATAL) << "futex wait failed for " << name_; in WaitHoldingLocks()
1011 PLOG(FATAL) << "timed futex wait failed for " << name_; in TimedWait()
1036 PLOG(FATAL) << "TimedWait failed for " << name_; in TimedWait()