Macro kernel::new_condvar

source ·
macro_rules! new_condvar {
    ($($name:literal)?) => { ... };
}
Expand description

Creates a CondVar initialiser with the given name and a newly-created lock class.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.