Atomic.intInc

Atomically increments the integer pointed to by atomic by 1. Since 2.4

class Atomic
static
void
intInc
(
int* atomic
)

Parameters

atomic int*

a pointer to an integer.

Meta