Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/profiling/
Dbasic_timers.cc63 static __thread gpr_timer_log* g_thread_log; variable
220 if (g_thread_log != NULL) { in rotate_log()
221 timer_log_remove(&g_in_progress_logs, g_thread_log); in rotate_log()
222 if (timer_log_push_back(&g_done_logs, g_thread_log)) { in rotate_log()
230 g_thread_log = log; in rotate_log()
241 if (g_thread_log == NULL || g_thread_log->num_entries == MAX_COUNT) { in gpr_timers_log_add()
245 entry = &g_thread_log->log[g_thread_log->num_entries++]; in gpr_timers_log_add()