Searched refs:still_pending (Results 1 – 2 of 2) sorted by relevance
484 let mut still_pending = false; in find() localVariable490 still_pending = true; in find()497 return (info, still_pending); in find()505 let mut still_pending = false; in find_and_delete() localVariable512 still_pending = true; in find_and_delete()528 return (filter_result.pop(), still_pending); in find_and_delete()
561 let (info, still_pending) = unsafe { pending.queue.as_mut() } in collect_signal()566 if !still_pending { in collect_signal()