Home
last modified time | relevance | path

Searched refs:LOCK_PRIO_PROTECT (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsynch.h140 #define LOCK_PRIO_PROTECT 0x20 /* priority ceiling lock */ macro
/titanic_41/usr/src/lib/libc/port/threads/
H A Dsynch.c112 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | \
146 if (type & LOCK_PRIO_PROTECT) in mutex_init()
149 (type & (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT)) in mutex_init()
150 == (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT) || in mutex_init()
151 ((type & LOCK_PRIO_PROTECT) && in mutex_init()
172 ((type & LOCK_PRIO_PROTECT) && mp->mutex_ceiling != ceil)) { in mutex_init()
187 if (error == 0 && (type & LOCK_PRIO_PROTECT)) { in mutex_init()
2070 if ((mtype & LOCK_PRIO_PROTECT) && noceil == 0) { in mutex_lock_internal()
2156 if ((mtype & LOCK_PRIO_PROTECT) && noceil == 0) { in mutex_lock_internal()
2471 if ((mtype & LOCK_PRIO_PROTECT) && _ceil_mylist_del(mp)) in mutex_unlock_internal()
[all …]
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c534 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \
554 if (type & LOCK_PRIO_PROTECT) in synch_type()