GNU Compiler Collection (GCC) Internals: GIMPLE_OMP_ATOMIC_STORE |
---|
Next:
GIMPLE_OMP_CONTINUE
, Previous:
GIMPLE_OMP_ATOMIC_LOAD
, Up: Tuple specific accessors [Contents][Index]
GIMPLE_OMP_ATOMIC_STORE
Build a GIMPLE_OMP_ATOMIC_STORE
statement. VAL
is the value to be
stored.
Set the value being stored in an atomic store.
Return the value being stored in an atomic store.