Amruta (talk) 17:47, 22 April 2015 (IST)


Intro

In last tutorial, we saw how to use semaphore and what is priority inversion. As we know, using mutex we can avoid extended priority inversion. Lets see how to do this. Check the basics of mutex and API details here

Code