Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qfutex_win_p.h File Reference

(a795b442638f35faab15c1b6d06d268948865f56)

#include <private/qglobal_p.h>
#include <qdeadlinetimer.h>
#include <qtsan_impl.h>
#include <qt_windows.h>
Include dependency graph for qfutex_win_p.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)

Macro Definition Documentation

◆ QT_ALWAYS_USE_FUTEX

#define QT_ALWAYS_USE_FUTEX

Definition at line 25 of file qfutex_win_p.h.