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