[qt/qt/qtbase]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtbase Pushed by mirror-service into branch 'dev'. Changed from 8b3654cb64ca59f531867ef04352eab059f48973 to e94fe59a53085e276f11fb96f18b62e8058f50ef Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit e94fe59a53085e276f11fb96f18b62e8058f50ef by Tim Blechmann on 07/08/2026 at 00:41.. QThread: increase threshold for CreateWaitableTimerEx `QThread::sleep` uses `CreateWaitableTimerEx` instead of `Sleep` for short sleep durations. This allows much shorter sleep durations, though the threshold is very low: 2ms. By default the `Sleep` resolution is tied to the clock ticks, of 1/64s, i.e 15.6ms. By increasing the threshold for `CreateWaitableTimerEx` to twice the `Sleep` granularity should reduce the make sleeps between 2 and 30ms more precise. Task-number: QTBUG-148838 Pick-to: 6.12 Change-Id: I37a0a70c89469b9ff7161622e6697fcb8a37122d Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: Mårten Nordheim <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/e94fe59a53085e276f11fb96f18b62e8058f50ef