Lines Matching refs:mutexes
5 Please read mutex-design.rst first, as it applies to wait/wound mutexes too.
60 Compared to normal mutexes two additional concepts/objects show up in the lock
61 interface for w/w mutexes:
70 W/w class: In contrast to normal mutexes the lock class needs to be explicit for
71 w/w mutexes, since it is required to initialize the acquire context. The lock
238 mutexes are a natural fit for such a case for two reasons:
340 increase in code size if wait/wound mutexes are not used.
373 - Attempting to lock more mutexes after ww_acquire_done.
375 unlocking all mutexes.
377 before unlocking all mutexes.
381 - Unlocking mutexes with the wrong unlock function.