]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libcompiler_rt/__sync_val_compare_and_swap_4.c
Import the dtrace llquantize test files from the vendor area.
[FreeBSD/FreeBSD.git] / lib / libcompiler_rt / __sync_val_compare_and_swap_4.c
1 /* $FreeBSD$ */
2 #define NAME            __sync_val_compare_and_swap_4
3 #define TYPE            uint32_t
4 #define CMPSET          atomic_cmpset_32
5
6 #include "__sync_val_compare_and_swap_n.h"