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

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

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.