]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/libcompiler_rt/__sync_val_compare_and_swap_8.c
MFC r363988:
[FreeBSD/stable/9.git] / lib / libcompiler_rt / __sync_val_compare_and_swap_8.c
1 /* $FreeBSD$ */
2 #define NAME            __sync_val_compare_and_swap_8
3 #define TYPE            uint64_t
4 #define CMPSET          atomic_cmpset_64
5
6 #include "__sync_val_compare_and_swap_n.h"