atomicExchange
void* atomicExchange(overload void** dest, void* value)Atomically stores a pointer and returns the previous value.
Symbol
atomicExchangePtr
Parameters
overload void**
dest
The storage location to update.
void*
value
The value to store.
Generated with campc v0.4.0-preview.1+d50446ef951a6ed675f7086cf093dbc993f0041b.