TDME2 1.9.121
|
Atomic operations. More...
#include <tdme/os/threading/AtomicOperations.h>
Static Public Member Functions | |
static uint32_t | increment (volatile uint32_t &value, uint32_t byValue=1) |
Increment uint32 value and return its value. More... | |
static uint32_t | decrement (volatile uint32_t &value, uint32_t byValue=1) |
Decrement uint32 value and return its value. More... | |
Atomic operations.
Definition at line 15 of file AtomicOperations.h.
|
inlinestatic |
Decrement uint32 value and return its value.
value | reference to value |
byValue | value you like to subtract |
Definition at line 38 of file AtomicOperations.h.
|
inlinestatic |
Increment uint32 value and return its value.
value | reference to value |
byValue | value you like to add |
Definition at line 24 of file AtomicOperations.h.