Searched defs:cq_pluck_data (Results 1 – 2 of 2) sorted by relevance
283 struct cq_pluck_data { struct284 cq_pluck_data() { in cq_pluck_data() argument289 ~cq_pluck_data() { in ~cq_pluck_data()300 grpc_cq_completion completed_head;301 grpc_cq_completion* completed_tail;305 std::atomic<intptr_t> pending_events{1};309 std::atomic<intptr_t> things_queued_ever{0};315 std::atomic<bool> shutdown{false};318 bool shutdown_called = false;320 int num_pluckers = 0;[all …]
280 struct cq_pluck_data { struct281 cq_pluck_data() { in cq_pluck_data() function286 ~cq_pluck_data() { in ~cq_pluck_data()297 grpc_cq_completion completed_head;298 grpc_cq_completion* completed_tail;302 std::atomic<intptr_t> pending_events{1};306 std::atomic<intptr_t> things_queued_ever{0};312 std::atomic<bool> shutdown{false};315 bool shutdown_called = false;317 int num_pluckers = 0;[all …]