How mutex is implemented in linux?
Answer / Subhash Chandra Gupta
In Linux, a Mutex (MUTual EXclusion) is implemented using kernel-level data structures. It uses spinlocks for fast lock acquisition when the CPU is idle or context switching isn't necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which linux is best for home use?
Which type of os is linux?
What is typical size for a swap partition under a linux system?
How many types of bond are there in linux?
What is the use of dollar sign in linux?
What is the maximum length for any file name under linux?
What are symbolic links?
What utility would you use to replace a string ‘2001’ for ‘2002’ in a text file?
Why we use red hat linux?
Why is linux faster than windows?
What are the essential features of the linux operating system?
How to jump to a particular line in a file using vim editor?