Searched refs:grpc_custom_timer_vtable (Results 1 – 8 of 8) 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;90 void grpc_custom_timer_init(grpc_custom_timer_vtable* impl) { in grpc_custom_timer_init()
33 extern grpc_custom_timer_vtable uv_timer_vtable;
44 grpc_custom_timer_vtable* timer,
49 grpc_custom_timer_vtable* timer, in grpc_custom_iomgr_init()
64 grpc_custom_timer_vtable uv_timer_vtable = {timer_start, timer_stop};
98 struct grpc_custom_timer_vtable:114 grpc_custom_timer_vtable* timer,
398 cdef grpc_custom_timer_vtable gevent_timer_vtable