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/sys
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
..
auto_init doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
bloom doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
cbor cbor: CBOR implementation for RIOT-OS 9 years ago
color sys: added color module 9 years ago
config doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
crypto crypto: get rid of compiler warnings 9 years ago
hashes doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
include cbor: CBOR implementation for RIOT-OS 9 years ago
lib doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
net fixed remaining variables to kernel_pid_t 9 years ago
oneway-malloc doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
ping doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
pipe Add generic `char` pipe implementation 9 years ago
posix all over the place: use sched_active_pid 9 years ago
ps core: only store the stack size for DEVELHELP 9 years ago
quad_math make: detect their module name automatically 9 years ago
random make: detect their module name automatically 9 years ago
shell make kernel_pid_t comparisons consistent 9 years ago
timex doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
transceiver make kernel_pid_t comparisons consistent 9 years ago
uart0 initialize kernel_pid_t correctly 9 years ago
vtimer core/priority_queue: add dynamic initializers 9 years ago
Makefile cbor: CBOR implementation for RIOT-OS 9 years ago
Makefile.include msp430: provide oneway-malloc implicitly 9 years ago
chardev_thread.c core: renamed KERNEL_PID_NULL to KERNEL_PID_UNDEF 9 years ago
doc.txt Fixed a lot of comments by removing tabs and correcting format. 10 years ago