1 // SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 // SPDX-License-Identifier: GPL-2.0-or-later
6 * Userspace RCU library - test multiple RCU flavors into one program
9 #ifndef DYNAMIC_LINK_TEST
13 #include <urcu-qsbr.h>
14 #include "test_urcu_multiflavor.h"
16 int test_mf_qsbr(void)
18 rcu_register_thread();
22 rcu_unregister_thread();
This page took 0.029463 seconds and 4 git commands to generate.