zephyr/doc/kernel
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
..
data_structures doc: specify thread safety for each data structure 2024-10-30 18:45:33 -07:00
drivers doc: kernel: drivers: Remove assert using DEVICE_API 2024-12-03 19:55:32 +01:00
iterable_sections docs: kernel: iterable_section: add #include to linker example 2024-11-25 01:02:03 +01:00
memory_management demand_paging: eviction: add kconfig CONFIG_EVICTION_TRACKING 2024-11-18 13:16:44 -05:00
object_cores doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
services Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
timing_functions
usermode doc: cache: Create caching overview 2024-12-11 21:33:29 +01:00
util
code-relocation.rst samples: application_development: use zephyr:code-sample directive 2024-08-27 15:13:43 -04:00
index.rst
timeutil.rst