Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_manager.cc36 extern grpc_core::TraceFlag grpc_timer_check_trace;
84 if (grpc_timer_check_trace.enabled()) { in start_timer_thread_and_unlock()
110 if (grpc_timer_check_trace.enabled()) { in run_some_timers()
118 if (grpc_timer_check_trace.enabled()) { in run_some_timers()
173 if (grpc_timer_check_trace.enabled()) { in wait_until()
182 if (grpc_timer_check_trace.enabled() && next == GRPC_MILLIS_INF_FUTURE) { in wait_until()
189 if (grpc_timer_check_trace.enabled()) { in wait_until()
234 if (grpc_timer_check_trace.enabled()) { in timer_main_loop()
260 if (grpc_timer_check_trace.enabled()) { in timer_thread_cleanup()
301 if (grpc_timer_check_trace.enabled()) { in stop_threads()
[all …]
Dtimer_generic.cc48 grpc_core::TraceFlag grpc_timer_check_trace(false, "timer_check"); variable
507 if (grpc_timer_check_trace.enabled()) { in refill_heap()
515 if (grpc_timer_check_trace.enabled()) { in refill_heap()
532 if (grpc_timer_check_trace.enabled()) { in pop_one()
542 if (grpc_timer_check_trace.enabled()) { in pop_one()
572 if (grpc_timer_check_trace.enabled()) { in pop_timers()
609 if (grpc_timer_check_trace.enabled()) { in run_some_expired_timers()
627 if (grpc_timer_check_trace.enabled()) { in run_some_expired_timers()
694 if (grpc_timer_check_trace.enabled()) { in timer_check()
707 if (grpc_timer_check_trace.enabled()) { in timer_check()
[all …]
/external/grpc-grpc/test/core/iomgr/
Dtimer_list_test.cc38 extern grpc_core::TraceFlag grpc_timer_check_trace;
57 grpc_core::testing::grpc_tracer_enable_flag(&grpc_timer_check_trace); in add_test()
122 grpc_core::testing::grpc_tracer_enable_flag(&grpc_timer_check_trace); in destruction_test()
178 grpc_core::testing::grpc_tracer_enable_flag(&grpc_timer_check_trace); in long_running_service_cleanup_test()