Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/profiling/
Dbasic_timers.cc57 typedef struct gpr_timer_log_list { struct
61 } gpr_timer_log_list; typedef
69 static gpr_timer_log_list g_in_progress_logs;
70 static gpr_timer_log_list g_done_logs;
88 static int timer_log_push_back(gpr_timer_log_list* list, gpr_timer_log* log) { in timer_log_push_back()
102 static gpr_timer_log* timer_log_pop_front(gpr_timer_log_list* list) { in timer_log_pop_front()
115 static void timer_log_remove(gpr_timer_log_list* list, gpr_timer_log* log) { in timer_log_remove()
173 static void flush_logs(gpr_timer_log_list* list) { in flush_logs()