qt6-bb10/src/corelib/thread
Giuseppe D'Angelo 8789ace197 QPromise: code tidies
Get rid of a reduntant initialization; a data member gets default
initialized anyways.

Change-Id: I85ad4c9a00b3066ccd993dfc2652a3f0164a860e
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
2021-05-22 03:20:32 +02:00
..
qatomic.cpp Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGS 2020-09-14 09:47:51 +02:00
qatomic.h Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
qatomic_bootstrap.h Replace Q_DECL_NOEXCEPT with noexcept in corelib 2019-04-03 13:49:45 +00:00
qatomic_cxx11.h Get rid of Q_COMPILER_CONSTEXPR checks 2020-11-17 21:28:11 +01:00
qbasicatomic.h Remove unneeded qatomic_msvc.h 2020-12-04 07:04:11 +01:00
qexception.cpp Store std::exception_ptr in QUnhandledException 2020-10-26 14:27:02 +01:00
qexception.h Store std::exception_ptr in QUnhandledException 2020-10-26 14:27:02 +01:00
qfutex_p.h Futex/Windows: add support for notifying TSan 2021-03-11 17:42:35 +01:00
qfuture.h QFuture/QPromise: don't check for is_copy_constructible 2021-05-21 11:08:11 +02:00
qfuture.qdoc Mention QPromise in the QFuture docs 2021-03-16 15:40:52 +01:00
qfuture_impl.h QtFuture::connect: disconnect signals first 2021-04-12 12:37:40 +02:00
qfutureinterface.cpp QPromise/QFuture: fix value semantics 2021-05-22 03:20:32 +02:00
qfutureinterface.h QPromise/QFuture: fix value semantics 2021-05-22 03:20:32 +02:00
qfutureinterface_p.h Merge integration refs/builds/qtci/dev/1616415197 2021-03-22 16:45:12 +00:00
qfuturesynchronizer.h Whitespace cleanup in corelib/ mimetypes, plugin and thread 2020-10-21 08:53:38 +02:00
qfuturesynchronizer.qdoc Replace LGPL licenses in .qdoc files with FDL 2018-06-28 10:22:06 +00:00
qfuturewatcher.cpp Fix QFuture::waitForFinished to wait until QFuture is started 2020-08-26 16:37:43 +02:00
qfuturewatcher.h Remove the comparison operators of QFuture 2020-10-29 14:19:35 +01:00
qfuturewatcher_p.h Don't queue events in QFutureWatcher when pause is requested 2020-05-27 11:53:28 +02:00
qgenericatomic.h QGenericAtomicOps: allow pointer-sized non-atomic atomics 2021-04-02 11:12:17 -07:00
qlocking_p.h Short live qt_unique_lock/qt_scoped_lock! (until C++17) 2019-08-13 05:05:59 +00:00
qmutex.cpp Doc: Fix qdoc warnings in qtbase 2021-02-18 11:43:31 +00:00
qmutex.h Fix build without features.thread 2021-04-15 09:48:59 +09:00
qmutex_mac.cpp Replace Q_DECL_NOEXCEPT with noexcept in corelib 2019-04-03 13:49:45 +00:00
qmutex_p.h Implement futexes for Windows 2021-02-13 17:53:12 +01:00
qmutex_unix.cpp QtCore: use qUtf16Printable and %ls, qErrnoWarning() 2019-05-29 18:24:30 +02:00
qmutex_win.cpp Split QMutex and QRecursiveMutex 2020-10-17 12:02:56 +02:00
qorderedmutexlocker_p.h Refactor QMutexLocker to be able to handle recursive mutexes 2020-10-17 12:02:49 +02:00
qpromise.h QPromise: code tidies 2021-05-22 03:20:32 +02:00
qpromise.qdoc QPromise/QFuture: fix value semantics 2021-05-22 03:20:32 +02:00
qreadwritelock.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qreadwritelock.h QReadWriteLock QT_NO_THREAD shell: make API compatible with the regular one 2019-08-28 06:25:40 +02:00
qreadwritelock_p.h Revert "QReadWriteLock: replace (QWaitCondition, QMutex) with std::(condition_variable, mutex)" 2019-09-19 04:15:04 +00:00
qresultstore.cpp Reject overwrites by the same index in QPromise::addResult() 2020-10-13 17:04:16 +02:00
qresultstore.h Reject overwrites by the same index in QPromise::addResult() 2020-10-13 17:04:16 +02:00
qrunnable.cpp Merge remote-tracking branch 'origin/5.15' into dev 2020-02-28 09:48:30 +01:00
qrunnable.h Remove unnecessary ref-counting of QRunnable 2020-10-01 17:23:42 +02:00
qsemaphore.cpp Avoid mixing atomic futex changes and QAtomic 2021-05-19 16:27:52 +02:00
qsemaphore.h Centralize the implementation of move assignment operators 2020-10-03 11:47:17 +02:00
qthread.cpp Call QEventDispatcher::startingUp() on thread start 2020-12-21 22:48:29 +00:00
qthread.h Make the exit() methods in QEventLoop and QThread be slots 2021-05-17 10:13:52 -07:00
qthread_p.h Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01:00
qthread_unix.cpp Call QEventDispatcher::startingUp() on thread start 2020-12-21 22:48:29 +00:00
qthread_win.cpp Call QEventDispatcher::startingUp() on thread start 2020-12-21 22:48:29 +00:00
qthreadpool.cpp QThreadPool: obey the docs that say we always use at least 1 thread 2021-04-24 00:37:14 +00:00
qthreadpool.h Add support to set thread priority to QThreadPool 2021-04-03 09:14:55 +02:00
qthreadpool_p.h QThreadPool: obey the docs that say we always use at least 1 thread 2021-04-24 00:37:14 +00:00
qthreadstorage.cpp Adjust code format, add space after 'if' 2020-11-16 12:53:37 +00:00
qthreadstorage.h Whitespace cleanup in corelib/ mimetypes, plugin and thread 2020-10-21 08:53:38 +02:00
qwaitcondition.h Whitespace cleanup in corelib/ mimetypes, plugin and thread 2020-10-21 08:53:38 +02:00
qwaitcondition.qdoc QWaitCondition: un-deprecate wait() functions with ulong arg 2019-12-12 06:32:46 +01:00
qwaitcondition_p.h Whitespace cleanup in corelib/ mimetypes, plugin and thread 2020-10-21 08:53:38 +02:00
qwaitcondition_unix.cpp Whitespace cleanup in corelib/ mimetypes, plugin and thread 2020-10-21 08:53:38 +02:00
qwaitcondition_win.cpp Whitespace cleanup in corelib/ mimetypes, plugin and thread 2020-10-21 08:53:38 +02:00