atomic_set() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

atomic_set() function

@fn inline void atomic_set(atomic_t& target, atomic_t value) Makes a atomic write of value to target. Makes a atomic write of value to target.

Syntax

inline void atomic_set(atomic_t& target,     atomic_t value);

Arguments

target

value

The value to write.

References

LocationText
Atomic.hpp:58
inline void atomic_set(atomic_t& target, atomic_t value)

Call Tree

Functions called by atomic_set()
atomic_set()
__sync_synchronize()
all items filtered out
Data read by atomic_set()
Data written by atomic_set()
all items filtered out
atomic_set()
all items filtered out