Lines Matching full:mutexes
3 * Wound/Wait Mutexes: blocking mutual exclusion locks with deadlock avoidance
113 * Initializes an context to acquire multiple mutexes of the given w/w class.
121 * for the same w/w class when acquiring mutexes can also result in undetected
183 * mutexes have been released with ww_mutex_unlock.
219 * In the die case the caller must release all currently held w/w mutexes for
222 * lock and proceed with trying to acquire further w/w mutexes (e.g. when
251 * In the die case the caller must release all currently held w/w mutexes for
254 * not acquire this lock and proceed with trying to acquire further w/w mutexes
277 * The caller must have released all w/w mutexes already acquired with the
280 * Afterwards the caller may continue to (re)acquire the other w/w mutexes it
284 * It is forbidden to call this function with any other w/w mutexes associated
313 * The caller must have released all w/w mutexes already acquired with the
316 * Afterwards the caller may continue to (re)acquire the other w/w mutexes it
320 * It is forbidden to call this function with any other w/w mutexes associated