Definitions for "Priority inversion"
Priority inversion occurs when a high priority job is executed with lower amount of resources than a low priority job. Thus the expected priority is "inverted."
Priority Inversion is an occurrence where a higher priority process is unable to get a lock because a low priority process is holding the lock.
The condition in which a high-priority thread is kept from running by a low-priority thread. For example, priority inversion occurs when a low-priority thread is executing inside of a critical section and a high-priority thread is waiting to enter the critical section. If a medium-priority thread preempts the low-priority thread (while still inside of the critical section), the result is unbounded priority inversion--the low- and medium-priority threads can indefinitely prevent the high-priority thread from running.
a form of syntactic or semantic noise introduced by some language-enforced general rule