Home
last modified time | relevance | path

Searched refs:lwp_mutex_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/head/
H A Dsynch.h70 typedef lwp_mutex_t mutex_t;
90 int _lwp_mutex_lock(lwp_mutex_t *);
91 int _lwp_mutex_unlock(lwp_mutex_t *);
92 int _lwp_mutex_trylock(lwp_mutex_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 *);
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsynch.h82 } lwp_mutex_t; typedef
122 lwp_mutex_t mutex; /* used with process-shared rwlocks */