Searched full:timer_check (Results 1 – 7 of 7) sorted by relevance
| /third_party/grpc/src/core/lib/iomgr/ |
| D | timer_manager.cc | 87 GRPC_TRACE_LOG(timer_check, INFO) << "Spawn timer thread"; in start_timer_thread_and_unlock() 121 GRPC_TRACE_LOG(timer_check, INFO) << "kick untimed waiter"; in run_some_timers() 127 GRPC_TRACE_LOG(timer_check, INFO) << "flush exec_ctx"; in run_some_timers() 180 if (GRPC_TRACE_FLAG_ENABLED(timer_check)) { in wait_until() 189 if (GRPC_TRACE_FLAG_ENABLED(timer_check) && in wait_until() 196 GRPC_TRACE_LOG(timer_check, INFO) in wait_until() 241 GRPC_TRACE_LOG(timer_check, INFO) in timer_main_loop() 266 GRPC_TRACE_LOG(timer_check, INFO) << "End timer thread"; in timer_thread_cleanup() 305 GRPC_TRACE_LOG(timer_check, INFO) in stop_threads() 310 GRPC_TRACE_LOG(timer_check, INFO) in stop_threads() [all …]
|
| D | timer_generic.cc | 471 GRPC_TRACE_VLOG(timer_check, 2) in refill_heap() 481 GRPC_TRACE_VLOG(timer_check, 2) in refill_heap() 497 GRPC_TRACE_VLOG(timer_check, 2) in pop_one() 508 GRPC_TRACE_VLOG(timer_check, 2) in pop_one() 535 GRPC_TRACE_VLOG(timer_check, 2) in pop_timers() 572 GRPC_TRACE_VLOG(timer_check, 2) in run_some_expired_timers() 589 GRPC_TRACE_VLOG(timer_check, 2) in run_some_expired_timers() 630 static grpc_timer_check_result timer_check(grpc_core::Timestamp* next) { in timer_check() function 644 GRPC_TRACE_VLOG(timer_check, 2) in timer_check() 656 if (GRPC_TRACE_FLAG_ENABLED(timer_check)) { in timer_check() [all …]
|
| /third_party/grpc/src/core/lib/debug/ |
| D | trace_flags.cc | 116 TraceFlag timer_check_trace(false, "timer_check"); 201 {"timer_check", &timer_check_trace}, in GetAllTraceFlags()
|
| D | trace_flags.yaml | 312 timer_check:
|
| /third_party/grpc/doc/ |
| D | trace_flags.md | 75 - timer_check - more detailed trace of timer logic in grpc internals.
|
| /third_party/grpc/examples/cpp/debugging/ |
| D | README.md | 7 …y larger log file sizes, especially when you try to trace transport or timer_check. But it is a po…
|
| /third_party/grpc/src/php/ |
| D | README.md | 338 grpc.grpc_trace=all,-polling,-polling_api,-pollable_refcount,-timer,-timer_check
|