1mLock(3)                         util/ulocks.h                        mLock(3)
2
3
4

NAME

6       mLock  - lock a mutex.
7

SYNOPSIS

9       #include <util/ulocks.h>
10
11
12       NEOERR *mLock(pthread_mutex_t *mutex);
13
14
15
16

ARGUMENTS

18       mutex - mutex to lock.
19
20

DESCRIPTION

22       Locks the mutex <mutex>.  This call blocks until the mutex is acquired.
23
24       MT-Level: Safe.
25
26

RETURN VALUE

28       None.
29
30

SEE ALSO

32       mCreate(3),  fCreate(3),  mUnlock(3),  fUnlock(3), cBroadcast(3), cSig‐
33       nal(3),  fFind(3),  cDestroy(3),  cCreate(3),  mDestroy(3),   cWait(3),
34       fLock(3), fDestroy(3), mLock
35
36
37
38ClearSilver                      12 July 2007                         mLock(3)
Impressum