...
Volatile semantics does guarantee the atomicity of complex operations that involve read-modify-write sequences such as incrementing a value. See VOID CON00-J. Synchronize access to shared mutable variables for more information.
...
...
Volatile semantics does guarantee the atomicity of complex operations that involve read-modify-write sequences such as incrementing a value. See VOID CON00-J. Synchronize access to shared mutable variables for more information.
...