diff options
author | Tijl Coosemans <tijl@coosemans.org> | 2010-11-26 09:11:09 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2010-11-26 16:08:00 (GMT) |
commit | 03c82dc0d4b4bbbe17e9d91bef6a112d512ca002 (patch) | |
tree | ce469b9a7d7f335ebe944afb3676da14dde73916 /src/plugins/s60 | |
parent | 4ff80e53a306b1727b78b49e2de6fdafd1fb5ada (diff) | |
download | Qt-03c82dc0d4b4bbbe17e9d91bef6a112d512ca002.zip Qt-03c82dc0d4b4bbbe17e9d91bef6a112d512ca002.tar.gz Qt-03c82dc0d4b4bbbe17e9d91bef6a112d512ca002.tar.bz2 |
QKqueueFileSystemWatcherEngine: Unlock mutex before calling write(2).
Calls to write(2) potentially block, so make sure the application thread
unlocks the mutex before it writes to the pipe between itself and the
worker thread, so the latter can continue to process events and eventually
unblock the write call (if needed) by emptying the pipe.
Merge-request: 2425
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'src/plugins/s60')
0 files changed, 0 insertions, 0 deletions