Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_custom.h41 void grpc_custom_timer_callback(grpc_custom_timer* t, grpc_error* error);
Dtimer_uv.cc45 grpc_custom_timer_callback(timer_wrapper, GRPC_ERROR_NONE); in run_expired_timer()
Dtimer_custom.cc33 void grpc_custom_timer_callback(grpc_custom_timer* t, grpc_error* error) { in grpc_custom_timer_callback() function
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pxd.pxi102 void grpc_custom_timer_callback(grpc_custom_timer* t, grpc_error* error);
Dgrpc_gevent.pyx.pxi355 grpc_custom_timer_callback(self.c_timer, grpc_error_none())