![]() |
GemaCoreLib
The GeMA Core library
|
Declaration of the GmSpinLock class. More...
#include <QAtomicInteger>
Go to the source code of this file.
Classes | |
class | GmSpinLock |
A simple spin lock implementation based on a loop using test and set over an atomic int to change its value from 0 to 1. More... | |
class | GmSpinLocker |
RAII object used to acquire a spin lock and release it upon object destruction. More... | |
Declaration of the GmSpinLock class.