|
HDK
|
#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 > | |
| T | SYS_AtomicImpl::test_and_set (T *addr, T val) |
| template<typename T > | |
| T | SYS_AtomicImpl::test_and_add (T *addr, T val) |
| template<typename T > | |
| T | SYS_AtomicImpl::compare_and_swap (volatile T *addr, T oldval, T newval) |
| #define SYS_ATOMIC_INLINE inline |
Definition at line 34 of file SYS_AtomicImpl.h.