2014
Cheat Sheet For Locking
by sylvainulgAvoid holding spinlock for more than 5 lines of code
If you are in a process context (any syscall) and want to lock other process out, use a semaphore
Table of Minimum Requirements
2000
1
(3 marks)