Macro kernel::rwsemaphore_init
source · [−]macro_rules! rwsemaphore_init {
($rwsem:expr, $name:literal) => { ... };
}
Expand description
Safely initialises a RwSemaphore
with the given name, generating a new lock class.
macro_rules! rwsemaphore_init {
($rwsem:expr, $name:literal) => { ... };
}
Safely initialises a RwSemaphore
with the given name, generating a new lock class.