HDK
|
#include "SYS_Types.h"
#include "SYS_MemoryOrder.h"
#include "SYS_AtomicImpl.h"
#include <SYS/SYS_TypeDecorate.h>
#include <atomic>
Go to the source code of this file.
Classes | |
class | SYS_AtomicInt< T > |
Typedefs | |
typedef SYS_AtomicInt< int32 > | SYS_AtomicInt32 |
typedef SYS_AtomicInt< int64 > | SYS_AtomicInt64 |
typedef SYS_AtomicInt< int32 > | SYS_AtomicCounter |
typedef SYS_AtomicInt<int32> SYS_AtomicCounter |
Definition at line 101 of file SYS_AtomicInt.h.
typedef SYS_AtomicInt<int32> SYS_AtomicInt32 |
Definition at line 95 of file SYS_AtomicInt.h.
typedef SYS_AtomicInt<int64> SYS_AtomicInt64 |
Definition at line 96 of file SYS_AtomicInt.h.