Home
last modified time | relevance | path

Searched refs:new_condvar (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/sync/
H A Dcondvar.rs23 macro_rules! new_condvar { macro
28 pub use new_condvar;
/linux/rust/kernel/
H A Dsync.rs27 pub use condvar::{new_condvar, CondVar, CondVarTimeoutResult};
/linux/drivers/android/binder/
H A Dprocess.rs506 freeze_wait <- kernel::new_condvar!("Process::freeze_wait"), in new()