Statistics
| Branch: | Revision:

root / docs / atomics.txt @ f53ec699

History | View | Annotate | Download (14.6 kB)

# Date Author Comment
5444e768 07/04/2013 06:42 pm Paolo Bonzini

add a header file for atomic operations

We're already using them in several places, but __sync builtins are just
too ugly to type, and do not provide seqcst load/store operations.

Reviewed-by: Richard Henderson <>
Signed-off-by: Paolo Bonzini <>