![]() |
Qt 6.x
The Qt SDK
|
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 &) |