Home
last modified time | relevance | path

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

/third_party/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;
92 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.h46 grpc_custom_timer_vtable* timer,
Diomgr_custom.cc64 grpc_custom_timer_vtable* timer, in grpc_custom_iomgr_init()
Dtimer_uv.cc64 grpc_custom_timer_vtable uv_timer_vtable = {timer_start, timer_stop};
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Diomgr.pxd.pxi103 struct grpc_custom_timer_vtable:
119 grpc_custom_timer_vtable* timer,
Dgrpc_gevent.pyx.pxi363 cdef grpc_custom_timer_vtable gevent_timer_vtable
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/
Diomgr.pyx.pxi29 cdef grpc_custom_timer_vtable asyncio_timer_vtable