Searched refs:gpr_timer_log (Results 1 – 1 of 1) sorted by relevance
50 typedef struct gpr_timer_log { struct52 struct gpr_timer_log* next; argument53 struct gpr_timer_log* prev; argument55 } gpr_timer_log; typedef58 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 …]