GRPC Core
18.0.0
|
Main struct containing ALTS shared resources used when employing the dedicated completion queue and thread. More...
#include <alts_shared_resource.h>
Data Fields | |
grpc_core::Thread | thread |
grpc_completion_queue * | cq |
grpc_pollset_set * | interested_parties |
grpc_cq_completion | storage |
gpr_mu | mu |
grpc_channel * | channel |
Main struct containing ALTS shared resources used when employing the dedicated completion queue and thread.
grpc_channel* alts_shared_resource_dedicated::channel |
grpc_completion_queue* alts_shared_resource_dedicated::cq |
grpc_pollset_set* alts_shared_resource_dedicated::interested_parties |
gpr_mu alts_shared_resource_dedicated::mu |
grpc_cq_completion alts_shared_resource_dedicated::storage |
grpc_core::Thread alts_shared_resource_dedicated::thread |