#include <iomgr_internal.h>
Public Attributes | |
bool(* | add_closure_to_background_poller )(grpc_closure *closure, grpc_error_handle error) |
void(* | flush )(void) |
void(* | init )(void) |
bool(* | is_any_background_poller_thread )(void) |
void(* | shutdown )(void) |
void(* | shutdown_background_closure )(void) |
Definition at line 35 of file iomgr_internal.h.
bool(* grpc_iomgr_platform_vtable::add_closure_to_background_poller) (grpc_closure *closure, grpc_error_handle error) |
Definition at line 41 of file iomgr_internal.h.
void(* grpc_iomgr_platform_vtable::flush) (void) |
Definition at line 37 of file iomgr_internal.h.
void(* grpc_iomgr_platform_vtable::init) (void) |
Definition at line 36 of file iomgr_internal.h.
bool(* grpc_iomgr_platform_vtable::is_any_background_poller_thread) (void) |
Definition at line 40 of file iomgr_internal.h.
void(* grpc_iomgr_platform_vtable::shutdown) (void) |
Definition at line 38 of file iomgr_internal.h.
void(* grpc_iomgr_platform_vtable::shutdown_background_closure) (void) |
Definition at line 39 of file iomgr_internal.h.