1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer
Marian Buschsieweke 3b6fa61829
sys: Cleanup access to internal variables
Replace direct accesses to sched_active_thread and sched_active_pid with
the helper functions thread_getpid() and thread_get_active(). This serves
two purposes:

1. It makes accidental writes to those variable from outside core less likely.
2. Casting off the volatile qualifier is now well contained to those two
   functions
2020-08-24 20:28:11 +02:00
..
asymcute net/asymcute : Expose to Kconfig 2020-07-07 16:27:57 +05:30
cord sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
dhcpv6 net/dhcpv6 : Expose to Kconfig 2020-07-24 00:23:08 +05:30
dns sock_dns: use the same buffer for request & reply 2020-02-24 14:29:17 +01:00
emcute sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
gcoap net/gcoap: Remove gcoap_finish 2020-07-17 16:33:19 +02:00
nanocoap nanocoap: validate input with NDEBUG 2020-08-11 15:54:23 +02:00
sntp sntp: fix for new xtimer API and some bugs 2017-03-06 13:38:25 +01:00
uhcp sys/net/uhcp: remove unused returned value in uhcp_client 2019-10-28 15:14:40 +01:00
Kconfig net/dhcpv6 : Expose to Kconfig 2020-07-24 00:23:08 +05:30
Kconfig.coap net/coap: Expose configurations to Kconfig 2020-04-24 10:06:45 +02:00