- Timestamp:
- Mar 7, 2010, 6:22:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/kernel/qeventdispatcher_pm.cpp
r564 r643 786 786 mutex.unlock(); 787 787 nsel = ::select(maxSockfd + 1, &tmpRead, &tmpWrite, &tmpEx, timeout); 788 if (nsel == -1 && errno == EINVAL) { 789 qWarning("QSocketNotifier: select() returned EINVAL, check that " 790 "the socket is not an OS/2 file handle."); 791 // give it some sleep to let other threads do something 792 DosSleep(0); 793 } 788 794 mutex.lock(); 789 795 if (nsel > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.