Experience the power of community-driven knowledge on IDNLearn.com. Ask your questions and get detailed, reliable answers from our community of knowledgeable experts.
The changes would be necessary so that a process waiting to acquire a mutex lock would be blocked and placed into a waiting queue is: Spinlocks.
Spinlock can be defined as the process of enabling a thread to wait while looking for lock that are available.
Spinlock is important as it enable thread to partition processor based on their needs so as to make it possible for thread waiting for spinlock to make use of one processor while other threads can as well run on other processor without hindering or interrupting one another.
Inconclusion the changes would be necessary so that a process waiting to acquire a mutex lock is: Spinlocks.
Learn more about spinlock here:https://brainly.com/question/13766808