diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-03-25 18:07:15 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-03-29 09:48:24 (GMT) |
commit | bcbce977fa7a0d61de5f17e6727eba5a823bc3bb (patch) | |
tree | 5e92572550bc5d75c8d9145bd4ba9e4231b88c86 /tests/auto/qnetworkreply | |
parent | 41ffab6b5b2d9f5a578109a4ea6ca0c5df58a3eb (diff) | |
download | Qt-bcbce977fa7a0d61de5f17e6727eba5a823bc3bb.zip Qt-bcbce977fa7a0d61de5f17e6727eba5a823bc3bb.tar.gz Qt-bcbce977fa7a0d61de5f17e6727eba5a823bc3bb.tar.bz2 |
Performance: use select poll for timeout of 0ms
A timer of 0ms completes on the next kernel tick (up to 0.999ms)
There is a poll GetOpt we can use instead that doesn't require using
a timer to cancel the select ioctl.
Reviewed-by: Markus Goetz
Diffstat (limited to 'tests/auto/qnetworkreply')
0 files changed, 0 insertions, 0 deletions