Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/
HDsynch.h57 typedef struct _lwp_mutex { struct
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_subr.c850 struct _lwp_mutex;
871 extern int _mutex_held(struct _lwp_mutex *); in dt_mutex_held()
872 return (_mutex_held((struct _lwp_mutex *)lock)); in dt_mutex_held()