Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/
Dcq.rs178 pub unsafe fn pop_work(&self) -> Option<UnfinishedWork> { in pop_work() method
Denv.rs31 while let Some(work) = unsafe { cq.worker.pop_work() } { in poll_queue()