Searched defs:CondVar (Results 1 – 1 of 1) sorted by relevance
74 pub struct CondVar { struct84 // SAFETY: `CondVar` only uses a `struct wait_queue_head`, which is safe to use on any thread. argument86 unsafe impl Send for CondVar {} implementation90 unsafe impl Sync for CondVar {} implementation92 impl CondVar { impl