Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
spinlock Class Reference

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 ()
 

The documentation for this class was generated from the following file: