zephyr/subsys/net/lib/sockets
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
..
CMakeLists.txt net: sockets: move select() implementation to zvfs 2024-10-14 13:01:51 +02:00
getaddrinfo.c style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
getnameinfo.c
Kconfig net: sockets: change socketpair related buffer and heap size 2025-01-02 12:35:46 +01:00
socket_dispatcher.c
socket_obj_core.c
socket_offload.c style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
socketpair.c
sockets_can.c
sockets_inet.c net: sockets: Add support for IP_LOCAL_PORT_RANGE socket option. 2024-11-22 17:42:08 +01:00
sockets_internal.h net: sockets: Cleanup socket properly if POSIX API is enabled 2024-11-08 15:56:39 -06:00
sockets_misc.c
sockets_net_mgmt.c
sockets_packet.c net: sockets: Cleanup socket properly if POSIX API is enabled 2024-11-08 15:56:39 -06:00
sockets_service.c net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
sockets_tls.c net: sockets: tls: Fix connect timeout error code 2024-12-06 18:19:54 +01:00
sockets.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00