Searched refs:CondVar (Results 1 – 3 of 3) sorted by relevance
11 sync::{CondVar, LockClassKey},87 inner: CondVar,94 inner <- CondVar::new(name, key), in new()101 type Target = CondVar;103 fn deref(&self) -> &CondVar { in deref() argument
25 $crate::sync::CondVar::new($crate::optional_name!($($name)?), $crate::static_lock_class!())82 pub struct CondVar { struct95 unsafe impl Send for CondVar {} implementation99 unsafe impl Sync for CondVar {} implementation101 impl CondVar { impl
20 pub use condvar::{new_condvar, CondVar, CondVarTimeoutResult};