TDME2 1.9.121
Static Public Member Functions | List of all members
AtomicOperations Class Reference

Atomic operations. More...

#include <tdme/os/threading/AtomicOperations.h>

Collaboration diagram for AtomicOperations:
Collaboration graph

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...
 

Detailed Description

Atomic operations.

Author
Andreas Drewke

Definition at line 15 of file AtomicOperations.h.

Member Function Documentation

◆ decrement()

static uint32_t decrement ( volatile uint32_t &  value,
uint32_t  byValue = 1 
)
inlinestatic

Decrement uint32 value and return its value.

Parameters
valuereference to value
byValuevalue you like to subtract
Returns
decremented value

Definition at line 38 of file AtomicOperations.h.

◆ increment()

static uint32_t increment ( volatile uint32_t &  value,
uint32_t  byValue = 1 
)
inlinestatic

Increment uint32 value and return its value.

Parameters
valuereference to value
byValuevalue you like to add
Returns
incremented value

Definition at line 24 of file AtomicOperations.h.


The documentation for this class was generated from the following file: