Searched refs:grpc_custom_poller_vtable (Results 1 – 9 of 9) sorted by relevance
24 typedef struct grpc_custom_poller_vtable { struct27 } grpc_custom_poller_vtable; typedef29 void grpc_custom_pollset_global_init(grpc_custom_poller_vtable* vtable);
26 typedef struct grpc_custom_poller_vtable { struct31 } grpc_custom_poller_vtable; argument33 void grpc_custom_pollset_init(grpc_custom_poller_vtable* vtable);
38 static grpc_custom_poller_vtable* poller_vtable;103 void grpc_custom_pollset_init(grpc_custom_poller_vtable* vtable) { in grpc_custom_pollset_init()
34 extern grpc_custom_poller_vtable uv_pollset_vtable;
45 grpc_custom_poller_vtable* poller);
50 grpc_custom_poller_vtable* poller) { in grpc_custom_iomgr_init()
91 grpc_custom_poller_vtable uv_pollset_vtable = {init, run_loop, kick, shutdown};
105 struct grpc_custom_poller_vtable:115 grpc_custom_poller_vtable* poller);
399 cdef grpc_custom_poller_vtable gevent_pollset_vtable