uatomic/x86: Remove redundant memory barriers
[urcu.git] / tests / unit / test_urcu_multiflavor.h
1 // SPDX-FileCopyrightText: 2012 Lai Jiangshan <laijs@cn.fujitsu.com>
2 // SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 //
4 // SPDX-License-Identifier: GPL-2.0-or-later
5
6 /*
7 * Userspace RCU library - test multiple RCU flavors into one program
8 */
9
10 extern int test_mf_memb(void);
11 extern int test_mf_mb(void);
12 extern int test_mf_qsbr(void);
13 extern int test_mf_bp(void);
14
This page took 0.030512 seconds and 5 git commands to generate.