Searched refs:timer_log_pop_front (Results 1 – 1 of 1) sorted by relevance
102 static gpr_timer_log* timer_log_pop_front(gpr_timer_log_list* list) { in timer_log_pop_front() function157 while ((log = timer_log_pop_front(&g_done_logs)) == NULL && !g_shutdown) { in writing_thread()175 while ((log = timer_log_pop_front(list)) != NULL) { in flush_logs()