1. NAME

mutex_init - initialize the mutex

2. SYNOPSIS

mutex_init( mutex );

3. ARGUMENTS

mutex
    the mutex to be initialized

4. DESCRIPTION

Initialize the mutex to unlocked state.

It is not allowed to initialize an already locked mutex.

5. AUTHOR

Rusty Russell <>
    Author.

6. COPYRIGHT