Home
last modified time | relevance | path

Searched refs:timer_log_pop_front (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/profiling/
Dbasic_timers.cc102 static gpr_timer_log* timer_log_pop_front(gpr_timer_log_list* list) { in timer_log_pop_front() function
157 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()