void * SOPC_Atomic_Ptr_Get(void **atomic)
Returns the current value of an atomic pointer.
void SOPC_Atomic_Int_Set(int32_t *atomic, int32_t val)
Sets the value of an atomic integer variable.
void SOPC_Atomic_Ptr_Set(void **atomic, void *val)
Sets the value of an atomic pointer variable.
int32_t SOPC_Atomic_Int_Add(int32_t *atomic, int32_t val)
Adds a value to an atomic integer variable.
int32_t SOPC_Atomic_Int_Get(int32_t *atomic)
Returns the current value of an atomic integer variable.