macro_rules! rwsemaphore_init {
    ($rwsem:expr, $name:literal) => { ... };
}
Expand description

Safely initialises a RwSemaphore with the given name, generating a new lock class.