summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt/__sync_lock_test_and_set_4.c
blob: d4965f96484f698cf897425f0c6fb7417d5cbb6e (plain)
1
2
3
4
5
6
7
/* $FreeBSD$ */
#define	NAME		__sync_lock_test_and_set_4
#define	TYPE		uint32_t
#define	CMPSET		atomic_cmpset_32
#define	EXPRESSION	value

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud