Chapter 3: Mutexes / Mutex Lock
In the Linux kernel, a mutex (short for mutual exclusion) is a synchronization primitive used to protect shared resources from concurrent access by multiple tasks (threads or processes).
Ok lets understand Mutex in following manner ............
Lock...
suyogb.hashnode.dev5 min read