Marine Library  1.0
C++ library for Linux Networking Development
Classes
atomic_sync.hh File Reference

Lock-free atomic operations for integral types. More...

#include <cassert>
#include <cstddef>
#include "impl/environment.hh"

Go to the source code of this file.

Classes

class  CAtomicSync< T >
 GCC __sync_XXX based atomic operations for integral types. More...
 

Detailed Description

Lock-free atomic operations for integral types.

Author
Zhao DAI