Lines Matching refs:FATAL
166 ABSL_RAW_LOG(FATAL, "Futex operation failed with error %d\n", err); in Wait()
184 ABSL_RAW_LOG(FATAL, "Futex operation failed with error %d\n", err); in Poke()
195 ABSL_RAW_LOG(FATAL, "pthread_mutex_lock failed: %d", err); in PthreadMutexHolder()
205 ABSL_RAW_LOG(FATAL, "pthread_mutex_unlock failed: %d", err); in ~PthreadMutexHolder()
216 ABSL_RAW_LOG(FATAL, "pthread_mutex_init failed: %d", err); in Waiter()
221 ABSL_RAW_LOG(FATAL, "pthread_cond_init failed: %d", err2); in Waiter()
231 ABSL_RAW_LOG(FATAL, "pthread_mutex_destroy failed: %d", err); in ~Waiter()
236 ABSL_RAW_LOG(FATAL, "pthread_cond_destroy failed: %d", err2); in ~Waiter()
258 ABSL_RAW_LOG(FATAL, "pthread_cond_wait failed: %d", err); in Wait()
267 ABSL_RAW_LOG(FATAL, "pthread_cond_timedwait failed: %d", err); in Wait()
293 ABSL_RAW_LOG(FATAL, "pthread_cond_signal failed: %d", err); in InternalCondVarPoke()
302 ABSL_RAW_LOG(FATAL, "sem_init failed with errno %d\n", errno); in Waiter()
309 ABSL_RAW_LOG(FATAL, "sem_destroy failed with errno %d\n", errno); in ~Waiter()
341 ABSL_RAW_LOG(FATAL, "sem_wait failed: %d", errno); in Wait()
346 ABSL_RAW_LOG(FATAL, "sem_timedwait failed: %d", errno); in Wait()
363 ABSL_RAW_LOG(FATAL, "sem_post failed with errno %d\n", errno); in Poke()
458 ABSL_RAW_LOG(FATAL, "SleepConditionVariableSRW failed: %lu", err); in Wait()