Atomic.pointerSet

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

class Atomic
static
void
pointerSet
(
void** atomic
,
void* newval
)

Parameters

atomic void**

a pointer to a gpointer

newval void*

the new value

Meta