Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_custom.h34 typedef struct grpc_custom_timer_vtable { struct
37 } grpc_custom_timer_vtable; typedef
39 void grpc_custom_timer_init(grpc_custom_timer_vtable* impl);
Dtimer_custom.cc31 static grpc_custom_timer_vtable* custom_timer_impl;
90 void grpc_custom_timer_init(grpc_custom_timer_vtable* impl) { in grpc_custom_timer_init()
Diomgr_uv.cc33 extern grpc_custom_timer_vtable uv_timer_vtable;
Diomgr_custom.h44 grpc_custom_timer_vtable* timer,
Diomgr_custom.cc49 grpc_custom_timer_vtable* timer, in grpc_custom_iomgr_init()
Dtimer_uv.cc64 grpc_custom_timer_vtable uv_timer_vtable = {timer_start, timer_stop};
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pxd.pxi98 struct grpc_custom_timer_vtable:
114 grpc_custom_timer_vtable* timer,
Dgrpc_gevent.pyx.pxi398 cdef grpc_custom_timer_vtable gevent_timer_vtable