Home
last modified time | relevance | path

Searched refs:CondVar (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/sync/
H A Dpoll.rs11 sync::{CondVar, LockClassKey},
71 inner: CondVar,
78 inner <- CondVar::new(name, key), in new()
85 type Target = CondVar;
87 fn deref(&self) -> &CondVar { in deref() argument
H A Dcondvar.rs25 $crate::sync::CondVar::new($crate::optional_name!($($name)?), $crate::static_lock_class!())
82 pub struct CondVar { struct
95 unsafe impl Send for CondVar {} implementation
99 unsafe impl Sync for CondVar {} implementation
101 impl CondVar { impl
/linux/rust/kernel/
H A Dsync.rs27 pub use condvar::{new_condvar, CondVar, CondVarTimeoutResult};
/linux/drivers/android/binder/
H A Dprocess.rs32 Arc, ArcBorrow, CondVar, CondVarTimeoutResult, Mutex, SpinLock, UniqueArc,
445 freeze_wait: CondVar,