[ CCode ( cname = "gpseq_atomic_int64_get" ) ]
public int64 atomic_int64_get (ref int64 atomic)
Gets the current value of atomic.
This call acts as a full compiler and hardware memory barrier (before the get).
atomic |
a pointer to a int64 or uint64 |
the value of the integer |