Rename `urcu_assert()` to `urcu_assert_debug()`
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 1 Sep 2021 15:45:01 +0000 (11:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 3 Sep 2021 18:30:56 +0000 (14:30 -0400)
commit2a27e9319bacc9bc98f38afb7e4f050601ab979b
treee6827cdbd31967b9abca219f824592ee638c4042
parentf99c6e92aaa1582e6cd19d93d44d91d968f39aa7
Rename `urcu_assert()` to `urcu_assert_debug()`

This is done in preparation for the addition of the `urcu_posix_assert()`
macro that will replace the vanilla `assert()` in the project.

We must continue to expose the `urcu_assert()` macro in the `urcu/debug.h`
file as it's used by at least one external project (LTTng-UST).

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I02f237450a35b57e37718c87a0596a5a14468f58
include/urcu/debug.h
include/urcu/static/urcu-bp.h
include/urcu/static/urcu-mb.h
include/urcu/static/urcu-memb.h
include/urcu/static/urcu-qsbr.h
include/urcu/static/urcu-signal.h
This page took 0.026318 seconds and 4 git commands to generate.