![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
| constexpr bool | futexAvailable () |
| template<typename Atomic> | |
| bool | futexWait (Atomic &, typename Atomic::Type, QDeadlineTimer={}) |
| template<typename Atomic> | |
| void | futexWakeOne (Atomic &) |
| template<typename Atomic> | |
| void | futexWakeAll (Atomic &) |
|
inlineconstexpr |
Definition at line 25 of file qfutex_p.h.
Referenced by checkFutexUse().
|
inline |
Definition at line 27 of file qfutex_p.h.
|
inline |
Definition at line 31 of file qfutex_p.h.
|
inline |
Definition at line 29 of file qfutex_p.h.