Searched refs:send_ops_cached (Results 1 – 2 of 2) sorted by relevance
900 bool send_ops_cached; member1013 if (pending->send_ops_cached) return; in maybe_cache_send_ops_for_batch()1014 pending->send_ops_cached = true; in maybe_cache_send_ops_for_batch()1157 pending->send_ops_cached = false; in pending_batches_add()2067 if (batch == nullptr || pending->send_ops_cached) continue; in add_closures_for_replay_or_pending_send_ops()
666 bool send_ops_cached = false; member3339 if (pending->send_ops_cached) return; in MaybeCacheSendOpsForBatch()3340 pending->send_ops_cached = true; in MaybeCacheSendOpsForBatch()3459 pending->send_ops_cached = false; in PendingBatchesAdd()4277 if (batch == nullptr || pending->send_ops_cached) continue; in AddClosuresForReplayOrPendingSendOps()