Searched refs:grpc_custom_timer_vtable (Results 1 – 9 of 9) sorted by relevance
34 typedef struct grpc_custom_timer_vtable { struct37 } grpc_custom_timer_vtable; typedef39 void grpc_custom_timer_init(grpc_custom_timer_vtable* impl);
31 static grpc_custom_timer_vtable* custom_timer_impl;92 void grpc_custom_timer_init(grpc_custom_timer_vtable* impl) { in grpc_custom_timer_init()
33 extern grpc_custom_timer_vtable uv_timer_vtable;
46 grpc_custom_timer_vtable* timer,
64 grpc_custom_timer_vtable* timer, in grpc_custom_iomgr_init()
64 grpc_custom_timer_vtable uv_timer_vtable = {timer_start, timer_stop};
103 struct grpc_custom_timer_vtable:119 grpc_custom_timer_vtable* timer,
363 cdef grpc_custom_timer_vtable gevent_timer_vtable
29 cdef grpc_custom_timer_vtable asyncio_timer_vtable