zephyr/boards/native/native_posix
Nicolas Pitre 46aa6717ff Revert "arch: deprecate _current"
Mostly a revert of commit b1def7145f ("arch: deprecate `_current`").

This commit was part of PR #80716 whose initial purpose was about providing
an architecture specific optimization for _current. The actual deprecation
was sneaked in later on without proper discussion.

The Zephyr core always used _current before and that was fine. It is quite
prevalent as well and the alternative is proving rather verbose.
Furthermore, as a concept, the "current thread" is not something that is
necessarily architecture specific. Therefore the primary abstraction
should not carry the arch_ prefix.

Hence this revert.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2025-01-10 07:49:08 +01:00
..
doc native_posix docs: Warn users about the deprecation 2024-08-13 18:18:10 -04:00
board.cmake
board.yml boards: Set full_name for all boards 2024-10-10 20:22:21 -04:00
board_irq.h
board_soc.h
CMakeLists.txt
cmdline.c
cmdline.h
cmdline_common.c
cmdline_common.h
cpu_wait.c
hw_counter.c
hw_counter.h
hw_models_top.c
hw_models_top.h
irq_ctrl.c
irq_ctrl.h
irq_handler.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
irq_handler.h
Kconfig boards native_posix_64: Remove hwmv1 compatible board definition 2024-03-27 10:26:31 +00:00
Kconfig.defconfig native_posix: deprecate with planned removal for 4.2 2024-08-13 18:18:10 -04:00
Kconfig.native_posix
main.c sample fuzzer: Move fuzzer specific code to sample and fix for native_sim 2024-05-02 20:46:03 +03:00
native_posix.dts
native_posix.yaml boards: twister: update boards' twister metadata files 2024-11-25 08:31:28 +01:00
native_posix_64.dts boards: board dts and defconfig file adjustments 2024-04-09 23:35:54 +02:00
native_posix_64_defconfig boards: board dts and defconfig file adjustments 2024-04-09 23:35:54 +02:00
native_posix_defconfig
native_posix_native_64.yaml boards: twister: update boards' twister metadata files 2024-11-25 08:31:28 +01:00
native_rtc.c
native_rtc.h everywhere: replace double words 2024-06-25 06:05:35 -04:00
native_tracing.h
timer_model.c
timer_model.h
tracing.c