blocxx
Classes | Namespaces | Defines | Functions

AtomicOps.hpp File Reference

#include "blocxx/BLOCXX_config.h"

Go to the source code of this file.

Classes

struct  BLOCXX_NAMESPACE::Atomic_t

Namespaces

namespace  BLOCXX_NAMESPACE
 

Taken from RFC 1321.


Defines

#define BLOCXX_USE_BLOCXX_DEFAULT_ATOMIC_OPS

Functions

void BLOCXX_NAMESPACE::AtomicInc (Atomic_t &v)
bool BLOCXX_NAMESPACE::AtomicDecAndTest (Atomic_t &v)
int BLOCXX_NAMESPACE::AtomicGet (Atomic_t const &v)
void BLOCXX_NAMESPACE::AtomicDec (Atomic_t &v)

Define Documentation

#define BLOCXX_USE_BLOCXX_DEFAULT_ATOMIC_OPS
Author:
Dan Nuffer
Kevin Harris

Definition at line 326 of file AtomicOps.hpp.