GRPC C++  1.39.1
Data Fields
grpc_iomgr_platform_vtable Struct Reference

#include <iomgr_internal.h>

Data Fields

void(* init )(void)
 
void(* flush )(void)
 
void(* shutdown )(void)
 
void(* shutdown_background_closure )(void)
 
bool(* is_any_background_poller_thread )(void)
 
bool(* add_closure_to_background_poller )(grpc_closure *closure, grpc_error_handle error)
 

Field Documentation

◆ add_closure_to_background_poller

bool(* grpc_iomgr_platform_vtable::add_closure_to_background_poller) (grpc_closure *closure, grpc_error_handle error)

◆ flush

void(* grpc_iomgr_platform_vtable::flush) (void)

◆ init

void(* grpc_iomgr_platform_vtable::init) (void)

◆ is_any_background_poller_thread

bool(* grpc_iomgr_platform_vtable::is_any_background_poller_thread) (void)

◆ shutdown

void(* grpc_iomgr_platform_vtable::shutdown) (void)

◆ shutdown_background_closure

void(* grpc_iomgr_platform_vtable::shutdown_background_closure) (void)

The documentation for this struct was generated from the following file: