1 // SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2 // SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation.
4 // SPDX-License-Identifier: LGPL-2.1-or-later
7 * Userspace RCU library tests - Debugging code
9 * IBM's contributions to this file may be relicensed under LGPLv2 or later.
12 #include <urcu/tls-compat.h>
13 #include "debug-yield.h"
15 unsigned int rcu_yield_active
;
17 DEFINE_URCU_TLS(unsigned int, rcu_rand_yield
);
This page took 0.031132 seconds and 5 git commands to generate.