Home
last modified time | relevance | path

Searched refs:LOCK_PRIO_INHERIT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsynch.h137 #define LOCK_PRIO_INHERIT 0x10 /* priority inheritance lock */ macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c114 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | \
151 (type & (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT)) in mutex_init()
152 == (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT) || in mutex_init()
2096 if (mtype & LOCK_PRIO_INHERIT) { in mutex_lock_internal()
2475 if (!retain_robust_flags && !(mtype & LOCK_PRIO_INHERIT) && in mutex_unlock_internal()
2483 if (mtype & LOCK_PRIO_INHERIT) { in mutex_unlock_internal()
3139 (mp->mutex_type & (LOCK_ROBUST | LOCK_PRIO_INHERIT)) == in heldlock_exit()
3375 if (mtype & LOCK_PRIO_INHERIT) { in cond_sleep_kernel()
3512 (USYNC_PROCESS | LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT)) | in cond_wait_common()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c531 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \
549 if (type & LOCK_PRIO_INHERIT) in synch_type()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c122 #define UPIMUTEX(type) ((type) & LOCK_PRIO_INHERIT)