Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qfutex_win_p.h File Reference

(96c76839f9870f44790bbd1936a96c0d5200b6ad)

#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 24 of file qfutex_win_p.h.