Question: Which of the following statements about Linux kernel synchronization mechanisms is true? a) Spinlocks are the only synchronization mechanism used in the Linux kernel. b)
Which of the following statements about Linux kernel synchronization mechanisms is true?
a) Spinlocks are the only synchronization mechanism used in the Linux kernel.
b) Semaphores are used for both inter-process and intra-process synchronization in the Linux kernel.
c) Mutexes are used for inter-process synchronization in the Linux kernel, while spinlocks are used for intra-process synchronization.
d) Reader-writer locks are used for inter-process synchronization in the Linux kernel, while spinlocks are used for intra-process synchronization.
Step by Step Solution
3.39 Rating (158 Votes )
There are 3 Steps involved in it
The detailed answer for the above question is provided below This question requires a deep understan... View full answer
Get step-by-step solutions from verified subject matter experts
