#include "OWBI1_config.h"
Include dependency graph for OWBI1_AtomicOps.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OWBI1 |
Classes | |
struct | OWBI1::Atomic_t |
Defines | |
#define | OWBI1_USE_OWBI1_DEFAULT_ATOMIC_OPS |
Functions | |
void | OWBI1::AtomicInc (Atomic_t &v) |
bool | OWBI1::AtomicDecAndTest (Atomic_t &v) |
int | OWBI1::AtomicGet (Atomic_t const &v) |
void | OWBI1::AtomicDec (Atomic_t &v) |
|
Definition at line 247 of file OWBI1_AtomicOps.hpp. |