1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/nrf51822
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.
2014-08-17 21:04:25 +02:00
..
include cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
periph cpus: adjusted uart implementations for changed IF 2014-08-15 12:23:39 +02:00
cpu.c cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
hwtimer_arch.c cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
io_arch.c cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
lpm_arch.c cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
Makefile cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
Makefile.include cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
nrf51822qfaa_linkerscript.ld cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
reboot_arch.c cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
startup.c cpu/nrf51822: squash added support for nrf51822 cpu 2014-08-04 13:42:06 +02:00
syscalls.c all over the place: use sched_active_pid 2014-08-17 21:04:25 +02:00