summaryrefslogtreecommitdiffstats
path: root/src/xml/dom
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2011-02-02 10:31:20 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2011-02-03 09:32:29 (GMT)
commitb6525589d82098e5e83fae44a050751da71a33ed (patch)
treeff66fc0948f6435aac548b9d208c06a39de5e083 /src/xml/dom
parent94c2723da7bd0af72a1dc6228f8029fa7bb239b7 (diff)
downloadQt-b6525589d82098e5e83fae44a050751da71a33ed.zip
Qt-b6525589d82098e5e83fae44a050751da71a33ed.tar.gz
Qt-b6525589d82098e5e83fae44a050751da71a33ed.tar.bz2
Fix QMutex can deadlock when calling tryLock
in the unix code, if the QMutexPrivate::wait() with a timeout expires in the same moment that the mutex is released, wakeup would be set, but would be then ignored. (reset to false quickly after) If we waken up between the timeout and the re-aquisition of the internal mutex, we consider that the mutex has been locked. Reviewed-by: brad Task-number: QTBUG-16115 (cherry picked from commit 7987d4cfd3ce86c20a55b5661a5221f12246b27e)
Diffstat (limited to 'src/xml/dom')
0 files changed, 0 insertions, 0 deletions