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_p.h File Reference

(d2368cde70062bbaa9db463d76cd135dccb55e23)

#include <qdeadlinetimer.h>
#include <private/qglobal_p.h>
+ Include dependency graph for qfutex_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QtDummyFutex
 

Functions

constexpr bool QtDummyFutex::futexAvailable ()
 
template<typename Atomic >
bool QtDummyFutex::futexWait (Atomic &, typename Atomic::Type, QDeadlineTimer={})
 
template<typename Atomic >
void QtDummyFutex::futexWakeOne (Atomic &)
 
template<typename Atomic >
void QtDummyFutex::futexWakeAll (Atomic &)