replace no-return attributes
authorThomas Monjalon <thomas@monjalon.net>
Sun, 9 Feb 2020 20:24:18 +0000 (21:24 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 16 Apr 2020 16:30:58 +0000 (18:30 +0200)
commitddcd7640ca48a13ac211f356495ec894651b87b4
treecdbc24897d5d81292206f2e645e1d86ca9750c45
parentce6427ddca734aa2aad25ccf385f70f8bcf7e48b
replace no-return attributes

The new macro __rte_noreturn, for compiler hinting,
is now used where appropriate for consistency.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
19 files changed:
doc/guides/sample_app_ug/flow_classify.rst
doc/guides/sample_app_ug/l3_forward_power_man.rst
doc/guides/sample_app_ug/performance_thread.rst
doc/guides/sample_app_ug/skeleton.rst
examples/flow_classify/flow_classify.c
examples/l2fwd-cat/l2fwd-cat.c
examples/performance-thread/l3fwd-thread/main.c
examples/performance-thread/pthread_shim/pthread_shim.h
examples/ptpclient/ptpclient.c
examples/qos_meter/main.c
examples/rxtx_callbacks/main.c
examples/skeleton/basicfwd.c
examples/timer/main.c
lib/librte_eal/common/eal_thread.h
lib/librte_eal/freebsd/eal_thread.c
lib/librte_eal/include/rte_common.h
lib/librte_eal/include/rte_debug.h
lib/librte_eal/linux/eal_interrupts.c
lib/librte_eal/linux/eal_thread.c