Itasca C++ Interface
|
Public Member Functions | |
spinlock () | |
By default the QAtomicInt is 0 on creation. | |
~spinlock () | |
A spinlock object can only be destroyed when it has been released. | |
void | lock () |
Acquire a lock using the test-and-set paradigm. | |
void | unlock () |
Release the lock. | |
bool | try_lock () |