Definition at line 58 of file qregion_qws.cpp.
◆ QFastMutex()
QFastMutex::QFastMutex |
( |
| ) |
|
|
inline |
◆ lock()
void QFastMutex::lock |
( |
| ) |
|
|
inline |
Definition at line 66 of file qregion_qws.cpp.
Referenced by qt_allocRegionMemory(), and qt_freeRegionMemory().
bool deref()
Atomically decrements the value of this QAtomicInt.
int fetchAndAddAcquire(int valueToAdd)
Atomic fetch-and-add.
void acquire(int n=1)
Tries to acquire n resources guarded by the semaphore.
◆ tryLock()
bool QFastMutex::tryLock |
( |
| ) |
|
|
inline |
Definition at line 73 of file qregion_qws.cpp.
bool testAndSetAcquire(int expectedValue, int newValue)
Atomic test-and-set.
◆ unlock()
void QFastMutex::unlock |
( |
| ) |
|
|
inline |
◆ contenders
◆ semaphore
The documentation for this class was generated from the following file: