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