mUnlock (3) Linux Manual Page
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.
mUnlock – unlock a mutex.
#include <util/ulocks.h>
NEOERR *mUnlock(pthread_mutex_t *mutex);
MT-Level: Safe.