HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_AtomicImpl.h File Reference
#include "SYS_Deprecated.h"
#include "SYS_Inline.h"
#include "SYS_MemoryOrder.h"
#include "SYS_StaticAssert.h"
#include "SYS_Types.h"
+ Include dependency graph for SYS_AtomicImpl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SYS_AtomicImpl
 

Macros

#define SYS_ATOMIC_INLINE   inline
 

Functions

template<typename T >
SYS_AtomicImpl::test_and_set (T *addr, T val)
 
template<typename T >
SYS_AtomicImpl::test_and_add (T *addr, T val)
 
template<typename T >
SYS_AtomicImpl::compare_and_swap (volatile T *addr, T oldval, T newval)
 

Macro Definition Documentation

#define SYS_ATOMIC_INLINE   inline

Definition at line 34 of file SYS_AtomicImpl.h.