Synchronization Methods
The following methods are used for ensuring synchronization in the kernel
- Atomic Operations
- Spin locks
- Semaphores
- Mutex
- Big Kernel Lock
- Sequential Lock
- Ordering and Barriers
The following methods are used for ensuring synchronization in the kernel