Provide mutex and wait conditions for asynchronous methods.
More...
#include <synchronize.h>
|
bool | waitFor (QWaitCondition *waitcondition) |
| Wait for the given condition. More...
|
|
Provide mutex and wait conditions for asynchronous methods.
◆ waitFor()
bool Sync::waitFor |
( |
QWaitCondition * |
waitcondition | ) |
|
Wait for the given condition.
- Parameters
-
waitcondition | the QWaitCondition to wait for |
- Returns
- bool true: wait was terminated by signal from another thread, false: timeout occured
◆ cartridgeInitialized
QWaitCondition Sync::cartridgeInitialized |
|
static |
Wait condition for cartridge initialization.
◆ cartridgeShutdown
QWaitCondition Sync::cartridgeShutdown |
|
static |
Wait condition for cartridge shutdown.
◆ mutex
Common QMutex used by this struct.
◆ scanFinished
QWaitCondition Sync::scanFinished |
|
static |
Wait condition for mixer scan operation.
◆ tuningFinished
QWaitCondition Sync::tuningFinished |
|
static |
Wait condition for system tuning.
The documentation for this struct was generated from the following files: