#include "blocxx/BLOCXX_config.h"
#include "blocxx/AtomicOps.hpp"
Go to the source code of this file.
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Functions | |
void | BLOCXX_NAMESPACE::AtomicInc (Atomic_t &v) |
Increment the value in a given Atomic_t structure. | |
bool | BLOCXX_NAMESPACE::AtomicDecAndTest (Atomic_t &v) |
Decrement the value in a given Atomic_t structure and test it for zero. | |
int | BLOCXX_NAMESPACE::AtomicGet (Atomic_t const &v) |
Get the value from a given Atomic_t structure. | |
void | BLOCXX_NAMESPACE::AtomicDec (Atomic_t &v) |
Decrement the value in a given Atomic_t structure. |