Zen API
|
k32s kAtomic32s_Exchange | ( | kAtomic32s * | atomic, |
k32s | value | ||
) |
Exchanges the value of an atomic variable.
This method is thread-safe. Implements a full memory barrier.
atomic | Pointer to atomic variable. |
value | New atomic value. |