Searched refs:LOCK_PRIO_INHERIT (Results 1 – 4 of 4) sorted by relevance
139 #define LOCK_PRIO_INHERIT 0x10 /* priority inheritance lock */ macro
112 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()
534 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \552 if (type & LOCK_PRIO_INHERIT) in synch_type()
122 #define UPIMUTEX(type) ((type) & LOCK_PRIO_INHERIT)