Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/profiling/
Dbasic_timers.cc50 typedef struct gpr_timer_log { struct
52 struct gpr_timer_log* next; argument
53 struct gpr_timer_log* prev; argument
55 } gpr_timer_log; typedef
58 gpr_timer_log* head;
60 gpr_timer_log* tail;
63 static __thread gpr_timer_log* g_thread_log;
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()
103 gpr_timer_log* out = list->head; in timer_log_pop_front()
[all …]