Understanding Spinlocks

OS/2 for SMP V2.11 provides synchronization and serialization using spinlocks. A spinlock is simply a section of code that executes in a tight loop waiting for a variable to be cleared.


[Back: Dos32TestPSD]
[Next: Spinlocks]