Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_custom.cc31 static grpc_custom_timer_vtable* custom_timer_impl; variable
40 custom_timer_impl->stop(t); in grpc_custom_timer_callback()
63 custom_timer_impl->start(timer_wrapper); in timer_init()
72 custom_timer_impl->stop(tw); in timer_cancel()
91 custom_timer_impl = impl; in grpc_custom_timer_init()