GRPC C++  1.39.1
Data Fields
grpc_completion_queue Struct Reference

Data Fields

grpc_core::RefCount owning_refs
 Once owning_refs drops to zero, we will destroy the cq. More...
 
gpr_mumu
 
const cq_vtablevtable
 
const cq_poller_vtable * poller_vtable
 
void ** outstanding_tags
 
size_t outstanding_tag_count
 
size_t outstanding_tag_capacity
 
grpc_closure pollset_shutdown_done
 
int num_polls
 

Field Documentation

◆ mu

gpr_mu* grpc_completion_queue::mu

◆ num_polls

int grpc_completion_queue::num_polls

◆ outstanding_tag_capacity

size_t grpc_completion_queue::outstanding_tag_capacity

◆ outstanding_tag_count

size_t grpc_completion_queue::outstanding_tag_count

◆ outstanding_tags

void** grpc_completion_queue::outstanding_tags

◆ owning_refs

grpc_core::RefCount grpc_completion_queue::owning_refs

Once owning_refs drops to zero, we will destroy the cq.

◆ poller_vtable

const cq_poller_vtable* grpc_completion_queue::poller_vtable

◆ pollset_shutdown_done

grpc_closure grpc_completion_queue::pollset_shutdown_done

◆ vtable

const cq_vtable* grpc_completion_queue::vtable

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