#include "OW_config.h"
#include <pthread.h>
Include dependency graph for OW_AtomicOps.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
struct | OW_NAMESPACE::Atomic_t |
Defines | |
#define | OW_USE_PTHREAD_SPIN_LOCK_ATOMIC_OPS |
Functions | |
void | OW_NAMESPACE::AtomicInc (Atomic_t &v) |
bool | OW_NAMESPACE::AtomicDecAndTest (Atomic_t &v) |
int | OW_NAMESPACE::AtomicGet (Atomic_t const &v) |
void | OW_NAMESPACE::AtomicDec (Atomic_t &v) |
|
Definition at line 227 of file OW_AtomicOps.hpp. |