mUnlock(3) unlock a mutex.

SYNOPSIS


#include <util/ulocks.h>

NEOERR *mUnlock(pthread_mutex_t *mutex);

ARGUMENTS

mutex - mutex to unlock.

DESCRIPTION

Unlocks the mutex <mutex>.

MT-Level: Safe.

RETURN VALUE

None.