Searched defs:grpc_chttp2_ping_queue (Results 1 – 2 of 2) sorted by relevance
114 struct grpc_chttp2_ping_queue { struct115 grpc_closure_list lists[GRPC_CHTTP2_PCL_COUNT] = {};116 uint64_t inflight_id = 0;
107 } grpc_chttp2_ping_queue; typedef