Searched refs:LOGGER_ASSERT (Results 1 – 2 of 2) sorted by relevance
49 LOGGER_ASSERT(length); // Catch if the buffer is set too small. in VLogF()60 LOGGER_ASSERT(!thread_running_); in StartThread()62 LOGGER_ASSERT(0 == pthread_create(&thread_, NULL, &StartRoutine, this)); in StartThread()72 LOGGER_ASSERT(0 == retval); in StopThread()76 LOGGER_ASSERT(0 == retval); in StopThread()79 LOGGER_ASSERT(0 == retval); in StopThread()82 LOGGER_ASSERT(0 == retval); in StopThread()90 LOGGER_ASSERT(0 == pthread_mutex_init(&queued_lines_mutex_, NULL)); in Logger()91 LOGGER_ASSERT(0 == pthread_cond_init(&queued_lines_cond_, NULL)); in Logger()92 LOGGER_ASSERT(0 == pthread_cond_init(&full_queue_cond_, NULL)); in Logger()[all …]
43 #define LOGGER_ASSERT(x) \ macro76 LOGGER_ASSERT(log_fd >= 0); in SetLogFd()