19 #ifndef GRPC_CORE_LIB_IOMGR_POLLSET_CUSTOM_H 20 #define GRPC_CORE_LIB_IOMGR_POLLSET_CUSTOM_H 28 void (*
poll)(
size_t timeout_ms);
Definition: pollset_custom.h:26
struct grpc_custom_poller_vtable grpc_custom_poller_vtable
void(* poll)(size_t timeout_ms)
Definition: pollset_custom.h:28
void(* kick)()
Definition: pollset_custom.h:29
void(* shutdown)()
Definition: pollset_custom.h:30
void grpc_custom_pollset_init(grpc_custom_poller_vtable *vtable)
Definition: pollset_custom.cc:103
void(* init)()
Definition: pollset_custom.h:27