mutex_init — initialize the mutex
mutex_init (
)
mutex
the mutex to be initialized
Initialize the mutex to unlocked state.
It is not allowed to initialize an already locked mutex.