Lines Matching full:priority
1 page.title=Avoiding Priority Inversion
14 priority inversion, as of the Android 4.1 (Jellybean) release,
45 <h2 id="priorityInversion">Priority Inversion</h2>
48 <a href="http://en.wikipedia.org/wiki/Priority_inversion">Priority inversion</a>
50 where a higher-priority task is blocked for an unbounded time waiting
51 for a lower-priority task to release a resource such as [shared
57 In an audio system, priority inversion typically manifests as a
66 In the Android audio implementation, priority inversion is most
78 fast mixer thread (they both have elevated priority, but slightly
98 not yet implemented. The likely priority inversion spots will be
115 priority inheritance mutexes
127 Priority inheritance
198 low-priority modules.
285 finding priority inversion, especially before it happens. Some
286 research static code analysis tools are capable of finding priority
296 are useful for seeing priority inversion after it occurs, but do
306 low-priority tasks and in time-sensitive systems mutexes are more