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

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