Searched refs:new_condvar (Results 1 – 3 of 3) sorted by relevance
23 macro_rules! new_condvar { macro28 pub use new_condvar;
27 pub use condvar::{new_condvar, CondVar, CondVarTimeoutResult};
506 freeze_wait <- kernel::new_condvar!("Process::freeze_wait"), in new()