Searched refs:LOCK_PRIO_INHERIT (Results 1 – 4 of 4) sorted by relevance
137 #define LOCK_PRIO_INHERIT 0x10 /* priority inheritance lock */ macro
115 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | \152 (type & (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT)) in mutex_init()153 == (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT) || in mutex_init()2097 if (mtype & LOCK_PRIO_INHERIT) { in mutex_lock_internal()2508 if (!retain_robust_flags && !(mtype & LOCK_PRIO_INHERIT) && in mutex_unlock_internal()2516 if (mtype & LOCK_PRIO_INHERIT) { in mutex_unlock_internal()3172 (mp->mutex_type & (LOCK_ROBUST | LOCK_PRIO_INHERIT)) == in heldlock_exit()3412 if (mtype & LOCK_PRIO_INHERIT) { in cond_sleep_kernel()3549 (USYNC_PROCESS | LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT)) | in cond_wait_common()
531 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \549 if (type & LOCK_PRIO_INHERIT) in synch_type()
122 #define UPIMUTEX(type) ((type) & LOCK_PRIO_INHERIT)