Intel Corporation interview question

Explain how to counter priority inversion.

Interview Answer

Anonymous

5 Oct 2010

One way is using priority inheritance features of operating system resources. Pick a mutex that supports priority inheritance, for example.