Searched refs:lwp_cond_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/cddl/contrib/opensolaris/head/
H A Dsynch.h63 * 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;
93 int _lwp_cond_wait(lwp_cond_t *, lwp_mutex_t *);
94 int _lwp_cond_timedwait(lwp_cond_t *, lwp_mutex_t *, timespec_t *);
95 int _lwp_cond_reltimedwait(lwp_cond_t *, lwp_mutex_t *, timespec_t *);
96 int _lwp_cond_signal(lwp_cond_t *);
97 int _lwp_cond_broadcast(lwp_cond_t *);
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsynch.h50 * (lwp_mutex_t) and cond_t (lwp_cond_t), defined here, a typedef of these
54 * Any modifications done to mutex_t/lwp_mutex_t or cond_t/lwp_cond_t must
98 } lwp_cond_t; typedef in typeref:struct:_lwp_cond
123 lwp_cond_t readercv; /* used only to indicate ownership */
124 lwp_cond_t writercv; /* used only to indicate ownership */

Completed in 91 milliseconds