You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/core
René Kijewski 2cb4166c3e all over the place: use sched_active_pid
In many places we needlessly use `sched_active_thread->pid` whilst we
already have `sched_active_pid` with the same value, and one less
indirection.

`thread_getpid()` is made `static inline` so that there is no penalty in
using this function over accessing `sched_active_pid` directly.
9 years ago
..
include all over the place: use sched_active_pid 9 years ago
Makefile make: detect their module name automatically 9 years ago
bitarithm.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
cib.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
clist.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
doc.txt remove trailing whitespace and newlines 10 years ago
hwtimer.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
kernel_init.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
lifo.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
msg.c core/queue: queue -> priority_queue 9 years ago
mutex.c core/queue: queue -> priority_queue 9 years ago
priority_queue.c core: shadowing in priority_queue_print 9 years ago
reboot.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
sched.c all over the place: use sched_active_pid 9 years ago
thread.c all over the place: use sched_active_pid 9 years ago