summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfutex_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix build on riscv32Fabrice Fontaine2021-09-021-0/+5
* Futex/Windows: add support for notifying TSanThiago Macieira2021-03-111-22/+24
* Implement futexes for WindowsThiago Macieira2021-02-131-0/+30
* Fix build when configuring with -sanitize thread on gccMitch Curtis2020-10-121-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-2/+2
* Annotate the futex implementation for TSANGiuseppe D'Angelo2019-05-221-1/+29
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
* Add the "we mean it" warning to qfutex_p.hMårten Nordheim2017-09-221-0/+11
* Port QSemaphore to use futexesThiago Macieira2017-09-181-9/+12
* Move the futex implementation to a headerThiago Macieira2017-09-181-0/+128