Split the timed mutex lock from the non-timed lock functions
authorThiago Macieira <thiago.macieira@intel.com>
Sat, 11 Aug 2012 10:18:45 +0000 (12:18 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 14 Sep 2012 01:45:50 +0000 (03:45 +0200)
commitd8eb52fc45d0209a07b07be2c0f54a9167704574
tree6ad42f3182237d2720a48a408e0bcbc5bb49dc92
parentfc174a37283306f3f5c06efeda22d5164820c164
Split the timed mutex lock from the non-timed lock functions

Non-timed mutex locks are by far more common, so let's try not to
penalise the locking of those with code that won't get used that
often.

Change-Id: I37f56d6429836467fdec2e588c0fb22d914b5d75
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/thread/qmutex.cpp
src/corelib/thread/qmutex.h
src/corelib/thread/qmutex_linux.cpp