Atomic.intGet

Reads the value of the integer pointed to by atomic. Also acts as a memory barrier. Since 2.4

class Atomic
static
int
intGet
(
int* atomic
)

Parameters

atomic int*

a pointer to an integer

Return Value

Type: int

the value of *atomic

Meta