Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Dpoll.rs19 $crate::sync::poll::PollCondVar::new(
52 pub fn register_wait(&self, file: &File, cv: &PollCondVar) { in register_wait() argument
69 pub struct PollCondVar { struct
74 impl PollCondVar { impl
84 impl Deref for PollCondVar { implementation
93 impl PinnedDrop for PollCondVar { implementation
/linux/drivers/android/binder/
H A Dthread.rs18 sync::poll::{PollCondVar, PollTable},
417 work_condvar: PollCondVar,