Searched refs:CondVar (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/sync/ |
| H A D | poll.rs | 11 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 D | condvar.rs | 25 $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 D | sync.rs | 27 pub use condvar::{new_condvar, CondVar, CondVarTimeoutResult};
|
| /linux/drivers/android/binder/ |
| H A D | process.rs | 32 Arc, ArcBorrow, CondVar, CondVarTimeoutResult, Mutex, SpinLock, UniqueArc, 445 freeze_wait: CondVar,
|