Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsynch.h139 #define LOCK_PRIO_INHERIT 0x10 /* priority inheritance lock */ macro
/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c112 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | \
149 (type & (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT)) in mutex_init()
150 == (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT) || in mutex_init()
2094 if (mtype & LOCK_PRIO_INHERIT) { in mutex_lock_internal()
2442 if (!retain_robust_flags && !(mtype & LOCK_PRIO_INHERIT) && in mutex_unlock_internal()
2450 if (mtype & LOCK_PRIO_INHERIT) { in mutex_unlock_internal()
3086 (mp->mutex_type & (LOCK_ROBUST | LOCK_PRIO_INHERIT)) == in heldlock_exit()
3323 if (mtype & LOCK_PRIO_INHERIT) { in cond_sleep_kernel()
3460 (USYNC_PROCESS | LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT)) | in cond_wait_common()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c534 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \
552 if (type & LOCK_PRIO_INHERIT) in synch_type()
/titanic_44/usr/src/uts/common/syscall/
H A Dlwp_sobj.c122 #define UPIMUTEX(type) ((type) & LOCK_PRIO_INHERIT)