Lines Matching full:mutexes
104 Mutexes are the most basic and primary method of thread synchronization.
105 The major design considerations for mutexes are:
108 Acquiring and releasing uncontested mutexes should be as cheap
118 There are currently two flavors of mutexes, those that context switch
123 mutexes will context switch when they are already held.
131 Mutexes which do not context switch are
133 mutexes.
143 It is permissible to hold multiple spin mutexes.
433 that implement other synchronization primitives such as default mutexes,
449 Default mutexes
455 Spin mutexes
513 other mutexes.
518 It is possible to acquire other mutexes while holding
522 recursively while holding other mutexes.
530 No mutexes should be held (except for