summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qsocketnotifier.h
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-02-16 13:52:12 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-02-16 13:52:12 (GMT)
commit42adaaa0dffa9df387a145181bc97ee3bb9a4c7b (patch)
treeb0cdc9d1ca506b374a3cc33fb5c982993b0f5f77 /src/corelib/kernel/qsocketnotifier.h
parentb1fa3580515e7f10a9bd06b6a9e7733635f95cab (diff)
downloadQt-42adaaa0dffa9df387a145181bc97ee3bb9a4c7b.zip
Qt-42adaaa0dffa9df387a145181bc97ee3bb9a4c7b.tar.gz
Qt-42adaaa0dffa9df387a145181bc97ee3bb9a4c7b.tar.bz2
Fix thread starvation when processEvents() is called in a tight loop
One of the qftp test cases calls processEvents() in a tight loop instead of using an event loop. This was causing the application to hang on symbian as it blocked a lower priority system thread and the WLAN connection never completed. Although calling processEvents in a tight loop is bad practice, it works on other OS where thread priorities are dynamic. Reviewed-by: mread
Diffstat (limited to 'src/corelib/kernel/qsocketnotifier.h')
0 files changed, 0 insertions, 0 deletions