Searched defs:CondVar (Results 1 – 2 of 2) sorted by relevance
82 pub struct CondVar { struct94 // SAFETY: `CondVar` only uses a `struct wait_queue_head`, which is safe to use on any thread. argument95 unsafe impl Send for CondVar {} implementation99 unsafe impl Sync for CondVar {} implementation101 impl CondVar { implementation
103 fn deref(&self) -> &CondVar { in deref()