Searched refs:cond_t (Results 1 – 3 of 3) sorted by relevance
71 typedef lwp_cond_t cond_t; typedef86 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_t *, const timespec_t *);106 int cond_reltimedwait(cond_t *, mutex_t *, const timespec_t *);107 int cond_signal(cond_t *);108 int cond_broadcast(cond_t *);
42 typedef pthread_cond_t cond_t; typedef
88 #define cond_t pthread_cond_t macro