Lines Matching refs:mutexes
120 - The highest priority process waiting on one of the mutexes
131 The PI chain is a list of processes and mutexes that may cause priority
177 have multiple chains merge at mutexes. If we add another process G that is
209 a tree of all top waiters of the mutexes that are owned by the process.
211 blocked on mutexes owned by the process.
229 the nesting of mutexes. Let's look at the example where we have 3 mutexes,
293 Now since mutexes can be defined by user-land applications, we don't want a DOS
294 type of application that nests large amounts of mutexes to create a large
318 mutexes short.
336 The macro rt_mutex_cmpxchg is used to try to lock and unlock mutexes. If
357 priority process that is waiting any of mutexes owned by the task. Since
359 of all the mutexes that the task owns, we simply need to compare the top