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

/illumos-gate/usr/src/uts/common/sys/
H A Dsynch.h139 #define LOCK_PRIO_INHERIT 0x10 /* priority inheritance lock */ macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c49 * of a LOCK_PRIO_INHERIT mutex with an unrecoverable error.
113 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | \
121 * LOCK_PRIO_INHERIT
150 (type & (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT))
151 == (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT) ||
2095 if (mtype & LOCK_PRIO_INHERIT) {
2103 * for LOCK_PRIO_INHERIT mutexes.
2466 if (!retain_robust_flags && !(mtype & LOCK_PRIO_INHERIT) &&
2474 if (mtype & LOCK_PRIO_INHERIT) {
3124 * LOCK_PRIO_INHERIT mutexe
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c123 #define UPIMUTEX(type) ((type) & LOCK_PRIO_INHERIT)
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c535 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \
553 if (type & LOCK_PRIO_INHERIT)
554 (void) strcat(str, "|LOCK_PRIO_INHERIT");

Completed in 122 milliseconds