7893248c5a
This commit adds support for fetch-and-op atomics. This is needed because and and or are irreversible operations so there needs to be a way to get the old value atomically. These are also the only semantics supported by C11 (there is not atomic_op_fetch, just atomic_fetch_op). The old op-and-fetch atomics have been defined in terms of fetch-and-op. Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov> |
||
---|---|---|
.. | ||
asm | ||
carto | ||
class | ||
datatype | ||
dss | ||
event | ||
memchecker | ||
monitoring | ||
mpi | ||
runtime | ||
support | ||
threads | ||
util | ||
Makefile.am |