weakCompareAndSetVolatile
Possibly atomically sets the value to newValue if the current value == expectedValue.
Return
true if successful
Parameters
expectedValue
the expected value
newValue
the new value
Possibly atomically sets the value to newValue if the current value == expectedValue.
true if successful
the expected value
the new value