Lines Matching full:mutexes
3 * Wound/Wait Mutexes: blocking mutual exclusion locks with deadlock avoidance
102 * Initializes an context to acquire multiple mutexes of the given w/w class.
110 * for the same w/w class when acquiring mutexes can also result in undetected
172 * mutexes have been released with ww_mutex_unlock.
207 * In the die case the caller must release all currently held w/w mutexes for
210 * lock and proceed with trying to acquire further w/w mutexes (e.g. when
239 * In the die case the caller must release all currently held w/w mutexes for
242 * not acquire this lock and proceed with trying to acquire further w/w mutexes
265 * The caller must have released all w/w mutexes already acquired with the
268 * Afterwards the caller may continue to (re)acquire the other w/w mutexes it
272 * It is forbidden to call this function with any other w/w mutexes associated
301 * The caller must have released all w/w mutexes already acquired with the
304 * Afterwards the caller may continue to (re)acquire the other w/w mutexes it
308 * It is forbidden to call this function with any other w/w mutexes associated