1mDestroy(3) util/ulocks.h mDestroy(3)
2
3
4
6 mDestroy - destroy a mutex.
7
9 #include <util/ulocks.h>
10
11
12 void mDestroy(pthread_mutex_t *mutex);
13
14
15
16
18 mutex - mutex to destroy.
19
20
22 Destroys the mutex <mutex> that was initialized by mCreate().
23
24 MT-Level: Safe for unique <mutex>.
25
26
28 None.
29
30
32 mCreate(3), fCreate(3), mUnlock(3), cBroadcast(3), fUnlock(3), cSig‐
33 nal(3), fFind(3), cDestroy(3), cCreate(3), mLock(3), cWait(3),
34 fLock(3), fDestroy(3), mDestroy
35
36
37
38ClearSilver 14 November 2006 mDestroy(3)