Searched defs:cond_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsynch.h56 upad64_t pad2[2]; /* reserved for a cond_t */
63 * and cond_t (lwp_cond_t) which are defined in <synch.h>. A nested included
68 * cond_t/lwp_cond_t should also be done to pthread_mutex_t/pthread_cond_t.
71 typedef lwp_cond_t cond_t; typedef
86 cond_t readercv; /* used only to indicate ownership */
87 cond_t writercv; /* used only to indicate ownership */
102 int cond_init(cond_t *, int, void *);
103 int cond_destroy(cond_t *);
104 int cond_wait(cond_t *, mutex_t *);
105 int cond_timedwait(cond_t *, mutex_
[all...]

Completed in 72 milliseconds