1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix
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
..
include posix_select: initial import of select() function 2020-07-01 18:10:26 +02:00
inet sys/posix: make posix module provide only headers. 2019-03-20 12:57:13 +01:00
pthread sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
select posix_select: initial import of select() function 2020-07-01 18:10:26 +02:00
semaphore timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
sockets sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
time sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt posix_select: initial import of select() function 2020-07-01 18:10:26 +02:00