@set
Description:
public void @set (
ref int atomic,
int newval)
Sets the value of atomic
to newval
.
This call acts as a full compiler and hardware memory barrier (after the set).
Parameters:
atomic |
a pointer to a int or uint
|
newval |
a new value to store
|