zephyr/tests/benchmarks
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
..
app_kernel tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
cmsis_dsp boards: mps3: Add support for corstone300/an552 2024-10-26 03:58:05 +01:00
data_structure_perf tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
footprints Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
latency_measure tests: latency_measure: Update README.txt 2024-12-20 23:51:02 +02:00
mbedtls
posix/threads tests: benchmarks: move pthread_pressure to benchmarks/posix 2024-12-06 06:51:13 +01:00
sched tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
sched_queues tests: benchmarks: sched_queues: Record metrics 2024-12-20 08:33:14 +01:00
sched_userspace tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
sys_kernel tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
thread_metric kernel: Decouple sleep from suspend 2024-12-18 18:17:03 +01:00
wait_queues tests: benchmarks: wait_queues: Record metrics 2024-12-20 08:33:14 +01:00