Lines Matching refs:mutexes
111 top pi waiter - The highest priority process waiting on one of the mutexes
121 The PI chain is a list of processes and mutexes that may cause priority
167 have multiple chains merge at mutexes. If we add another process G that is
187 on both mutexes and processes, I'll explain the plist. This is similar to
218 a list of all top waiters of the mutexes that are owned by the process.
220 blocked on mutexes owned by the process.
238 the nesting of mutexes. Let's look at the example where we have 3 mutexes,
302 Now since mutexes can be defined by user-land applications, we don't want a DOS
303 type of application that nests large amounts of mutexes to create a large
330 mutexes short.
348 The macro rt_mutex_cmpxchg is used to try to lock and unlock mutexes. If
375 waiters of all the mutexes that the task owns, rt_mutex_getprio simply needs
445 mutexes that the task owns, or that the waiter has just woken up via a signal