Searched refs:pop_work (Results 1 – 2 of 2) sorted by relevance
178 pub unsafe fn pop_work(&self) -> Option<UnfinishedWork> { in pop_work() method
31 while let Some(work) = unsafe { cq.worker.pop_work() } { in poll_queue()