Lines Matching full:mutexes
3 * Wound/Wait Mutexes: blocking mutual exclusion locks with deadlock avoidance
123 * Initializes an context to acquire multiple mutexes of the given w/w class.
131 * for the same w/w class when acquiring mutexes can also result in undetected
196 * mutexes have been released with ww_mutex_unlock.
233 * In the die case the caller must release all currently held w/w mutexes for
236 * lock and proceed with trying to acquire further w/w mutexes (e.g. when
265 * In the die case the caller must release all currently held w/w mutexes for
268 * not acquire this lock and proceed with trying to acquire further w/w mutexes
291 * The caller must have released all w/w mutexes already acquired with the
294 * Afterwards the caller may continue to (re)acquire the other w/w mutexes it
298 * It is forbidden to call this function with any other w/w mutexes associated
327 * The caller must have released all w/w mutexes already acquired with the
330 * Afterwards the caller may continue to (re)acquire the other w/w mutexes it
334 * It is forbidden to call this function with any other w/w mutexes associated