munlock(3) - Linux man page
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.
#include <util/ulocks.h> NEOERR *mUnlock(pthread_mutex_t *mutex);
MT-Level: Safe.