Home
last modified time | relevance | path

Searched refs:cond_t (Results 1 – 3 of 3) sorted by relevance

/src/cddl/contrib/opensolaris/head/
H A Dsynch.h71 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_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 *);
H A Dthread.h42 typedef pthread_cond_t cond_t; typedef
/src/lib/libc/include/
H A Dreentrant.h88 #define cond_t pthread_cond_t macro