Searched refs:still_pending (Results 1 – 2 of 2) sorted by relevance
485 let mut still_pending = false; in find() localVariable491 still_pending = true; in find()498 return (info, still_pending); in find()506 let mut still_pending = false; in find_and_delete() localVariable513 still_pending = true; in find_and_delete()529 return (filter_result.pop(), still_pending); in find_and_delete()
550 let (info, still_pending) = unsafe { pending.queue.as_mut() } in collect_signal()555 if !still_pending { in collect_signal()