qt6-bb10/src/corelib/kernel
Christian Strømme 5f6cbfb070 Android: Stop ART from complaining about missing thread names.
The new Android jvm (ART) complains loudly if we attach without
supplying a thread name.

Task-number: QTBUG-35441

Change-Id: I962d613be0db50f3ca9a4c786b36003f31c9db14
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
2014-04-03 00:28:10 +02:00
..
kernel.pri BlackBerry: Add a private PPS API 2014-01-11 02:51:18 +01:00
qabstracteventdispatcher.cpp Deprecate {QCoreApp,QAbstractEventDispatcher}::hasPendingEvents() 2014-02-12 20:12:17 +01:00
qabstracteventdispatcher.h Deprecate {QCoreApp,QAbstractEventDispatcher}::hasPendingEvents() 2014-02-12 20:12:17 +01:00
qabstracteventdispatcher_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qabstractnativeeventfilter.cpp Mark Q_UNUSED the private members that aren't used 2013-03-23 01:55:58 +01:00
qabstractnativeeventfilter.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qbasictimer.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qbasictimer.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qcore_mac.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcore_mac_objc.mm iOS: Use separate release pool for qt_ios_version() 2013-11-22 22:36:38 +01:00
qcore_mac_p.h expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qcore_unix.cpp QNX: Fix crash in bb_select 2014-03-21 17:56:02 +01:00
qcore_unix_p.h BB select(): move special select method to qcore_unix_p.h 2014-03-14 18:20:09 +01:00
qcoreapplication.cpp Setting QT_NO_DEBUG should not remove symbols 2014-03-21 08:42:29 +01:00
qcoreapplication.h Deprecate {QCoreApp,QAbstractEventDispatcher}::hasPendingEvents() 2014-02-12 20:12:17 +01:00
qcoreapplication_mac.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcoreapplication_p.h Setting QT_NO_DEBUG should not remove symbols 2014-03-21 08:42:29 +01:00
qcoreapplication_win.cpp Fix virtual key mapping on MS Windows 2013-10-25 14:51:30 +02:00
qcorecmdlineargs_p.h expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qcoreevent.cpp QEvent: document and check when registerEventTypes() returns -1 2014-03-29 12:40:05 +01:00
qcoreevent.h Window change notification QQuickWidget 2014-03-06 17:22:55 +01:00
qcoreglobaldata.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcoreglobaldata_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcrashhandler.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcrashhandler_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qeventdispatcher_blackberry.cpp BlackBerry: Prevent superfluous removal of socket notifiers 2013-11-05 09:13:09 +01:00
qeventdispatcher_blackberry_p.h BlackBerry: improve BPS event lifetime management 2013-10-23 19:09:54 +02:00
qeventdispatcher_glib.cpp QThreadDataPrivate: fix data race on canWait boolean. 2013-03-22 12:12:36 +01:00
qeventdispatcher_glib_p.h Mark some members in the event Unix dispatchers as final 2013-10-06 19:20:31 +02:00
qeventdispatcher_unix.cpp Remove racy setting of eventDispatcher to 0. 2013-03-22 16:44:47 +01:00
qeventdispatcher_unix_p.h Mark some members in the event Unix dispatchers as final 2013-10-06 19:20:31 +02:00
qeventdispatcher_win.cpp Use correct mask constant in the Windows event dispatcher. 2013-08-20 10:22:45 +02:00
qeventdispatcher_win_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qeventdispatcher_winrt.cpp WinRT: Prevent GUI dispatcher lookup from non-GUI thread 2014-03-25 12:59:36 +01:00
qeventdispatcher_winrt_p.h WinRT: move most of GUI event dispatcher logic into core 2014-02-12 20:12:17 +01:00
qeventloop.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qeventloop.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qeventloop_p.h QEventLoop: fix race on 'exit' and 'returnCode' private members 2013-03-29 04:04:40 +01:00
qfunctions_nacl.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qfunctions_nacl.h Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
qfunctions_p.h WinRT: Introduced qfunctions_winrt 2013-09-26 17:26:58 +02:00
qfunctions_vxworks.cpp Use stub function rand_r for VxWorks DKM mode 2013-02-12 09:40:48 +01:00
qfunctions_vxworks.h Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
qfunctions_wince.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qfunctions_wince.h QDateTime - Change date/time storage to msecs 2013-09-20 23:45:06 +02:00
qfunctions_winrt.cpp WinRT compatibility functions: properly return ERANGE from getenv 2013-11-04 13:39:04 +01:00
qfunctions_winrt.h WinRT: Introduced qfunctions_winrt 2013-09-26 17:26:58 +02:00
qjni.cpp Android: Stop ART from complaining about missing thread names. 2014-04-03 00:28:10 +02:00
qjni_p.h QJNI: optimize QSharedPointer creation 2014-02-24 17:05:01 +01:00
qjnihelpers.cpp Android: Add enablers for listening to activity results 2014-02-15 22:25:36 +01:00
qjnihelpers_p.h Android: Add enablers for listening to activity results 2014-02-15 22:25:36 +01:00
qjnionload.cpp Android: Added JNI_OnLoad to QtCore 2013-09-20 00:59:16 +02:00
qmath.cpp Doc: Fix broken links 2013-11-05 00:29:01 +01:00
qmath.h Add qDegreesToRadians and qRadiansToDegrees math functions 2013-02-05 14:40:14 +01:00
qmath.qdoc Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qmetaobject.cpp Merge remote-tracking branch 'origin/stable' into dev 2014-02-17 11:39:16 +01:00
qmetaobject.h Use Q_STATIC_ASSERT to report error about missing Q_OBJECT 2013-09-14 20:33:29 +02:00
qmetaobject_moc_p.h Make parsing of template arguments more robust. 2014-02-14 09:42:53 +01:00
qmetaobject_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmetaobjectbuilder.cpp Merge remote-tracking branch 'origin/stable' into dev 2013-12-16 16:59:33 +01:00
qmetaobjectbuilder_p.h QMetaStringTable: make ctor explicit 2013-12-09 15:40:18 +01:00
qmetatype.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qmetatype.h Reduce clang compilation time of tst_qmetatype by ~2% 2014-03-28 13:05:56 +01:00
qmetatype_p.h Merge remote-tracking branch 'origin/stable' into dev 2013-01-22 18:40:13 +01:00
qmetatypeswitcher_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmimedata.cpp Fix some documentation errors. 2014-03-24 16:42:02 +01:00
qmimedata.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qobject.cpp Fix some documentation errors. 2014-03-24 16:42:02 +01:00
qobject.h Merge remote-tracking branch 'origin/stable' into dev 2014-02-07 13:07:25 +01:00
qobject_impl.h Remove level 4 compiler warnings from MSVC. 2014-03-15 10:46:17 +01:00
qobject_p.h Fix usage of QObjectPrivate::connect when q_func() is private. 2014-01-29 00:18:15 +01:00
qobjectcleanuphandler.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qobjectcleanuphandler.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qobjectdefs.h Warn the user when compiling Objective-C files (.m) that includes Qt 2014-01-30 13:29:32 +01:00
qobjectdefs_impl.h QObject: fix connection to function pointer with non-copyable references argument 2014-01-17 11:25:31 +01:00
qpointer.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qpointer.h Make it possible to use QPointer<const T> 2013-02-13 15:15:56 +01:00
qppsattribute.cpp BlackBerry: Add a private PPS API 2014-01-11 02:51:18 +01:00
qppsattribute_p.h BlackBerry: Add a private PPS API 2014-01-11 02:51:18 +01:00
qppsattributeprivate_p.h BlackBerry: Add a private PPS API 2014-01-11 02:51:18 +01:00
qppsobject.cpp BlackBerry: Add a private PPS API 2014-01-11 02:51:18 +01:00
qppsobject_p.h BlackBerry: Add a private PPS API 2014-01-11 02:51:18 +01:00
qppsobjectprivate_p.h BlackBerry: Add a private PPS API 2014-01-11 02:51:18 +01:00
qsharedmemory.cpp expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qsharedmemory.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qsharedmemory_android.cpp Android: Fix unused variable/argument warnings 2013-09-09 09:02:58 +02:00
qsharedmemory_p.h Introducing the Qt Android port 2013-03-05 08:31:23 +01:00
qsharedmemory_unix.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qsharedmemory_win.cpp WinRT: Shared memory support 2013-09-20 13:54:04 +02:00
qsignalmapper.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsignalmapper.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qsocketnotifier.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qsocketnotifier.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qsystemerror.cpp Implement windowsErrorString for WinRT 2013-09-16 00:14:00 +02:00
qsystemerror_p.h Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qsystemsemaphore.cpp QSystemSemaphore: Clear error after successful operation 2013-11-28 16:54:22 +01:00
qsystemsemaphore.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qsystemsemaphore_android.cpp Android: Fix unused variable/argument warnings 2013-09-09 09:02:58 +02:00
qsystemsemaphore_p.h QSystemSemaphore: Clear error after successful operation 2013-11-28 16:54:22 +01:00
qsystemsemaphore_unix.cpp QSystemSemaphore: Clear error after successful operation 2013-11-28 16:54:22 +01:00
qsystemsemaphore_win.cpp expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qtcore_eval.cpp Don't show evaluation popup for unsupported evaluation 2014-03-14 15:26:59 +01:00
qtimer.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qtimer.h Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
qtimerinfo_unix.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qtimerinfo_unix_p.h Switch to struct timespec everywhere instead of timeval 2013-01-28 07:13:23 +01:00
qtranslator.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qtranslator.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtranslator_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qvariant.cpp Doc: Replace obsolete types with their newer counterparts 2014-02-25 16:36:34 +01:00
qvariant.h MetaType: de-inline the container iterables. 2013-09-20 12:02:57 +02:00
qvariant_p.h Make use of the internal space for enum in QVariant 2013-11-08 16:22:46 +01:00
qwineventnotifier.cpp Merge remote-tracking branch 'origin/stable' into dev 2013-10-11 16:12:35 +02:00
qwineventnotifier.h remove qt_windows.h include from qwineventnotifier.h 2013-10-29 19:59:17 +01:00