summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/assimp/main.qml
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-06-06 21:48:21 +0200
committerSean Harmer <sean.harmer@kdab.com>2015-06-11 21:49:20 +0000
commit3ab249ca1b81f3d74e8d9d18915b8d8de1187c31 (patch)
treef125a18d915ae673c02be0e125ae0b958bc14d17 /examples/qt3d/assimp/main.qml
parent55002b60b59d6453c19434d6cb7942586bee6de5 (diff)
RenderThread: replace a QMutex/QWaitCondition pair with a QSemaphore
Simpler. The QMutex and QWaitCondition can be replaced with a semaphore. It is initially set to zero, so the acquire() call in waitForStart() will block until the release call in run(). Change-Id: Idbd3f419000f41bf987379ed8ca6a9fd21c893e9 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/assimp/main.qml')
0 files changed, 0 insertions, 0 deletions