LOCK_PRIO_INHERIT
LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \
if (type & LOCK_PRIO_INHERIT)
LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | \
(type & (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT))
== (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT) ||
if (mtype & LOCK_PRIO_INHERIT) {
if (!retain_robust_flags && !(mtype & LOCK_PRIO_INHERIT) &&
if (mtype & LOCK_PRIO_INHERIT) {
(mp->mutex_type & (LOCK_ROBUST | LOCK_PRIO_INHERIT)) ==
if (mtype & LOCK_PRIO_INHERIT) {
(USYNC_PROCESS | LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT)) |
#define UPIMUTEX(type) ((type) & LOCK_PRIO_INHERIT)