atomicExchange

nint atomicExchange(overload nint* dest, nint value)

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

Symbol

atomicExchangeNInt

Parameters

overload nint*
dest

The storage location to update.

nint
value

The value to store.

Generated with campc 0.11.0-preview.1.