![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <private/qglobal_p.h>#include <qdeadlinetimer.h>#include <qtsan_impl.h>#include <qt_windows.h>Go to the source code of this file.
Namespaces | |
| namespace | QtWindowsFutex |
Macros | |
| #define | QT_ALWAYS_USE_FUTEX |
Functions | |
| constexpr bool | QtWindowsFutex::futexAvailable () |
| template<typename Atomic> | |
| void | QtWindowsFutex::futexWait (Atomic &futex, typename Atomic::Type expectedValue) |
| template<typename Atomic> | |
| bool | QtWindowsFutex::futexWait (Atomic &futex, typename Atomic::Type expectedValue, QDeadlineTimer deadline) |
| template<typename Atomic> | |
| void | QtWindowsFutex::futexWakeAll (Atomic &futex) |
| template<typename Atomic> | |
| void | QtWindowsFutex::futexWakeOne (Atomic &futex) |
| #define QT_ALWAYS_USE_FUTEX |
Definition at line 25 of file qfutex_win_p.h.