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

NAME

6       cDestroy  - destroy a condition variable.
7

SYNOPSIS

9       #include <util/ulocks.h>
10
11
12       void cDestroy(pthread_cond_t *cond);
13
14
15
16

ARGUMENTS

18       cond - condition variable to destroy.
19
20

DESCRIPTION

22       Destroys  the  condition  variable <cond> that was initialized by cCre‐
23       ate().
24
25       MT-Level: Safe for unique <cond>.
26
27

RETURN VALUE

29       None.
30
31

SEE ALSO

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