proxygen
|
#include <Futex.h>
Public Member Functions | |
EmulatedFutexAtomic () noexcept=default | |
constexpr | EmulatedFutexAtomic (T init) noexcept |
EmulatedFutexAtomic (EmulatedFutexAtomic &&rhs)=delete | |
A std::atomic subclass that can be used to force Futex to emulate the underlying futex() syscall. This is primarily useful to test or benchmark the emulated implementation on systems that don't need it.
|
defaultnoexcept |
|
inlinenoexcept |
|
delete |