How to implement a primitive spin lock in pure C
I have been trying with multiple tutorials to implement a simple spin lock in pure c (i.e. with no OS specific stuff).
I have been trying with multiple tutorials to implement a simple spin lock in pure c (i.e. with no OS specific stuff).