mlock(3) - Linux man page
Name
mLock - lock a mutex.Synopsis
#include <util/ulocks.h> NEOERR *mLock(pthread_mutex_t *mutex);
Arguments
mutex - mutex to lock.Description
Locks the mutex <mutex>. This call blocks until the mutex is acquired.MT-Level: Safe.