Chapter 1 : The kernel locks (Spinlock)
Before delving into the topic, let's start with some basics.
A resource is considered shared when it is accessed by several contenders. These contenders, such as processors, processes, or threads, may own the resource either exclusively or concurrent...
suyogb.hashnode.dev7 min read