atomicExchange

nint atomicExchange(overload nint* dest, nint value)

Atomically stores a signed native integer and returns the previous value.

Parameters

overload nint*
dest

The storage location to update.

nint
value

The value to store.

Generated with campc v0.4.0-preview.1+d50446ef951a6ed675f7086cf093dbc993f0041b.