qt5base-lts/src
Thiago Macieira dcf9c403ba Use Bionic's __pthread_cond_timedwait_relative
The Linux futex interface uses relative timeouts anyway, so this avoids
a double round-trip through clock_gettime: once in Qt code to calculate
absolute from relative and once in libc for reversing.

Glibc does not offer such a function because its pthread_cond objects
use a kernel interface that works on absolute times.

Change-Id: I8fbcd3f73d4364a16716b0eea17e8f5f9ab5cd05
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-04-02 19:01:32 +02:00
..
3rdparty Upgrade the PCRE import script to 8.32 2013-04-01 21:33:29 +02:00
android Use qtproject instead of necessitas for default package name 2013-03-22 19:52:26 +01:00
angle Merge remote-tracking branch 'gerrit/release' into stable 2013-03-21 08:49:01 +01:00
concurrent Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
corelib Use Bionic's __pthread_cond_timedwait_relative 2013-04-02 19:01:32 +02:00
dbus Fix wildcard signal disconnection in QDBusAbstractInterface 2013-03-19 07:03:25 +01:00
gui Cache QAccessibleInterfaces. 2013-04-02 14:32:25 +02:00
network QHttpMultipart: reset read pointer when device is reset 2013-03-24 13:56:32 +01:00
opengl Remove unused private members 2013-03-23 01:56:06 +01:00
openglextensions Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
platformsupport Cache QAccessibleInterfaces. 2013-04-02 14:32:25 +02:00
plugins Cache QAccessibleInterfaces. 2013-04-02 14:32:25 +02:00
printsupport Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
sql QSqlTableModel: expose methods for getting primary values 2013-04-02 14:31:59 +02:00
testlib qWaitForWindow* default timeouts are 5 seconds 2013-03-23 16:47:28 +01:00
tools fix non-bootstrapped build 2013-04-02 19:00:31 +02:00
widgets Cache QAccessibleInterfaces. 2013-04-02 14:32:25 +02:00
winmain fix path adjustments in installed metafiles 2013-01-30 15:43:00 +01:00
xml Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
src.pro don't bootstrap tools when not necessary 2013-03-14 19:49:38 +01:00