atomic_int64_get
Description:
[
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).
Parameters:
atomic |
a pointer to a int64 or uint64
|
Returns: