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

NAME

6       mDestroy  - destroy a mutex.
7

SYNOPSIS

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

ARGUMENTS

18       mutex - mutex to destroy.
19
20

DESCRIPTION

22       Destroys the mutex <mutex> that was initialized by mCreate().
23
24       MT-Level: Safe for unique <mutex>.
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                      mDestroy(3)
Impressum