GATE
C/C++ Framework
|
< Atomic boolean flag More...
#include <atomics.hpp>
Public Member Functions | |
void | clear () noexcept |
clears atomic flag (set to false) | |
bool_t | set () noexcept |
set atomic flag (set to true) and returns previous state |
< Atomic boolean flag