Atomic.pointerGet

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

class Atomic
static
void*
pointerGet
(
void** atomic
)

Parameters

atomic void**

a pointer to a gpointer.

Return Value

Type: void*

the value to add to *atomic.

Meta