1 // SPDX-FileCopyrightText: 2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 // SPDX-License-Identifier: MIT
9 * Userspace RCU debugging facilities.
12 #include <urcu/assert.h>
15 * For backward compatibility reasons, this file must expose the urcu_assert()
18 #define urcu_assert(_cond) urcu_assert_debug(_cond)
20 #endif /* _URCU_DEBUG_H */
This page took 0.029362 seconds and 4 git commands to generate.