Intel Corporation Interview Question

Explain how to counter priority inversion.

Interview Answer

Anonymous

Oct 5, 2010

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