Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/head/
H A Dsynch.h152 {{0, 0, 0, {USYNC_THREAD|LOCK_RECURSIVE}, MUTEX_MAGIC}, \
158 {{0, 0, 0, {USYNC_THREAD|LOCK_RECURSIVE|LOCK_ERRORCHECK}, \
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsynch.h138 #define LOCK_RECURSIVE 0x04 /* recursive lock */ macro