Lines Matching full:mutexes
3 * Wound/Wait Mutexes: blocking mutual exclusion locks with deadlock avoidance
115 * Initializes an context to acquire multiple mutexes of the given w/w class.
123 * for the same w/w class when acquiring mutexes can also result in undetected
185 * mutexes have been released with ww_mutex_unlock.
221 * In the die case the caller must release all currently held w/w mutexes for
224 * lock and proceed with trying to acquire further w/w mutexes (e.g. when
253 * In the die case the caller must release all currently held w/w mutexes for
256 * not acquire this lock and proceed with trying to acquire further w/w mutexes
279 * The caller must have released all w/w mutexes already acquired with the
282 * Afterwards the caller may continue to (re)acquire the other w/w mutexes it
286 * It is forbidden to call this function with any other w/w mutexes associated
315 * The caller must have released all w/w mutexes already acquired with the
318 * Afterwards the caller may continue to (re)acquire the other w/w mutexes it
322 * It is forbidden to call this function with any other w/w mutexes associated