Home
last modified time | relevance | path

Searched refs:slots_per_cq (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio/src/
Dserver.rs301 slots_per_cq: usize, field
313 slots_per_cq: DEFAULT_REQUEST_SLOTS_PER_CQ, in new()
335 self.slots_per_cq = slots; in requests_slot_per_cq()
387 slots_per_cq: self.slots_per_cq, in build()
456 slots_per_cq: usize, field
598 for _ in 0..self.core.slots_per_cq { in start()