mUnlock(3)
NAME
mUnlock - 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.
mUnlock - unlock a mutex.
#include <util/ulocks.h> NEOERR *mUnlock(pthread_mutex_t *mutex);
mutex - mutex to unlock.
Unlocks the mutex <mutex>.
MT-Level: Safe.
None.