X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Fmap%2Furcu-memb.h;h=9ae4279692842a34aeb31bfeb83d7c0ae7a3af35;hb=HEAD;hp=902bb6fffc28cc4b6f6fae9e4bce21f86f153abb;hpb=e37faee15dd9f26c131e064f4e3afe357afe1c73;p=urcu.git diff --git a/include/urcu/map/urcu-memb.h b/include/urcu/map/urcu-memb.h index 902bb6f..9ae4279 100644 --- a/include/urcu/map/urcu-memb.h +++ b/include/urcu/map/urcu-memb.h @@ -1,31 +1,17 @@ +// SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation. +// SPDX-FileCopyrightText: 2009 Mathieu Desnoyers +// +// SPDX-License-Identifier: LGPL-2.1-or-later + /* - * urcu/map/urcu-memb.h - * * Userspace RCU header -- name mapping to allow multiple flavors to be * used in the same executable. * - * Copyright (c) 2009 Mathieu Desnoyers - * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. - * * LGPL-compatible code should include this header with : * * #define _LGPL_SOURCE * #include * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * * IBM's contributions to this file may be relicensed under LGPLv2 or later. */ @@ -78,56 +64,8 @@ #define urcu_unregister_rculfhash_atfork \ urcu_memb_unregister_rculfhash_atfork - -/* Aliases for ABI(6) compat */ - -#define alias_rcu_flavor rcu_flavor_memb - -/* src/urcu.c */ -#define alias_rcu_read_lock rcu_read_lock_memb -#define alias_rcu_read_unlock rcu_read_unlock_memb -#define alias_rcu_read_ongoing rcu_read_ongoing_memb -#define alias_rcu_register_thread rcu_register_thread_memb -#define alias_rcu_unregister_thread rcu_unregister_thread_memb -#define alias_rcu_init rcu_init_memb -#define alias_synchronize_rcu synchronize_rcu_memb -#define alias_rcu_reader rcu_reader_memb -#define alias_rcu_gp rcu_gp_memb - -/* src/urcu-call-rcu-impl.h */ -#define alias_get_cpu_call_rcu_data get_cpu_call_rcu_data_memb -#define alias_get_call_rcu_thread get_call_rcu_thread_memb -#define alias_create_call_rcu_data create_call_rcu_data_memb -#define alias_set_cpu_call_rcu_data set_cpu_call_rcu_data_memb -#define alias_get_default_call_rcu_data get_default_call_rcu_data_memb -#define alias_get_call_rcu_data get_call_rcu_data_memb -#define alias_get_thread_call_rcu_data get_thread_call_rcu_data_memb -#define alias_set_thread_call_rcu_data set_thread_call_rcu_data_memb -#define alias_create_all_cpu_call_rcu_data \ - create_all_cpu_call_rcu_data_memb -#define alias_free_all_cpu_call_rcu_data \ - free_all_cpu_call_rcu_data_memb -#define alias_call_rcu call_rcu_memb -#define alias_call_rcu_data_free call_rcu_data_free_memb -#define alias_call_rcu_before_fork call_rcu_before_fork_memb -#define alias_call_rcu_after_fork_parent \ - call_rcu_after_fork_parent_memb -#define alias_call_rcu_after_fork_child call_rcu_after_fork_child_memb -#define alias_rcu_barrier rcu_barrier_memb - -#define alias_urcu_register_rculfhash_atfork \ - urcu_register_rculfhash_atfork_memb -#define alias_urcu_unregister_rculfhash_atfork \ - urcu_unregister_rculfhash_atfork_memb - -/* src/urcu-defer-impl.h */ -#define alias_defer_rcu defer_rcu_memb -#define alias_rcu_defer_register_thread rcu_defer_register_thread_memb -#define alias_rcu_defer_unregister_thread \ - rcu_defer_unregister_thread_memb -#define alias_rcu_defer_barrier rcu_defer_barrier_memb -#define alias_rcu_defer_barrier_thread rcu_defer_barrier_thread_memb -#define alias_rcu_defer_exit rcu_defer_exit_memb +#define start_poll_synchronize_rcu urcu_memb_start_poll_synchronize_rcu +#define poll_state_synchronize_rcu urcu_memb_poll_state_synchronize_rcu /* Compat identifiers for prior undocumented multiflavor usage */