Functions | |
| POSEXTERN void | posAtomicSet (POSATOMIC_t *var, INT_t value) |
| POSEXTERN INT_t | posAtomicGet (POSATOMIC_t *var) |
| POSEXTERN INT_t | posAtomicAdd (POSATOMIC_t *var, INT_t value) |
| POSEXTERN INT_t | posAtomicSub (POSATOMIC_t *var, INT_t value) |
|
||||||||||||
|
Atomic Variable Function. Adds a value onto the current value of the atomic variable.
|
|
|
Atomic Variable Function. Returns the current value of an atomic variable.
|
|
||||||||||||
|
Atomic Variable Function. Sets an atomic variable to the specified value.
|
|
||||||||||||
|
Atomic Variable Function. Substracts a value from the current value of the atomic variable.
|
1.4.6-NO