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 0.11.0-preview.1.