summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt/__sync_lock_test_and_set_8.c
blob: 1e02203d2be572aac7cc7a58b4e5fb4394159d71 (plain)
1
2
3
4
5
6
7
/* $FreeBSD$ */
#define	NAME		__sync_lock_test_and_set_8
#define	TYPE		uint64_t
#define	CMPSET		atomic_cmpset_64
#define	EXPRESSION	value

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud