GRPC Core  0.11.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
grpc_pollset Struct Reference

#include <pollset_posix.h>

Data Fields

const grpc_pollset_vtablevtable
 
gpr_mu mu
 
grpc_pollset_worker root_worker
 
int in_flight_cbs
 
int shutting_down
 
int called_shutdown
 
int kicked_without_pollers
 
void(* shutdown_done_cb )(void *arg)
 
void * shutdown_done_arg
 
union {
   int   fd
 
   void *   ptr
 
data
 

Field Documentation

int grpc_pollset::called_shutdown
union { ... } grpc_pollset::data
int grpc_pollset::fd
int grpc_pollset::in_flight_cbs
int grpc_pollset::kicked_without_pollers
gpr_mu grpc_pollset::mu
void* grpc_pollset::ptr
grpc_pollset_worker grpc_pollset::root_worker
void* grpc_pollset::shutdown_done_arg
void(* grpc_pollset::shutdown_done_cb)(void *arg)
int grpc_pollset::shutting_down
const grpc_pollset_vtable* grpc_pollset::vtable

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