kernel

Macro new_poll_condvar

Source
macro_rules! new_poll_condvar {
    ($($name:literal)?) => { ... };
}
Expand description

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