Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/sync/
H A Dcondvar.rs74 pub struct CondVar { struct
84 // SAFETY: `CondVar` only uses a `struct wait_queue_head`, which is safe to use on any thread. argument
86 unsafe impl Send for CondVar {} implementation
90 unsafe impl Sync for CondVar {} implementation
92 impl CondVar { impl