uatomic/x86: Remove redundant memory barriers
[urcu.git] / tests / unit / test_urcu_multiflavor.h
CommitLineData
ce29b371
MJ
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
b5002bee 6/*
b5002bee 7 * Userspace RCU library - test multiple RCU flavors into one program
b5002bee
LJ
8 */
9
10extern int test_mf_memb(void);
11extern int test_mf_mb(void);
b5002bee
LJ
12extern int test_mf_qsbr(void);
13extern int test_mf_bp(void);
14
This page took 0.038239 seconds and 4 git commands to generate.