kernel

Macro 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.