mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ff2a1dc61b
`thread.c` initializes a thread with an empty message queue. `cib_put()` will `return -1` for an empty CIB, so there is no need to test if `thread->msg_array != NULL`. |
||
---|---|---|
.. | ||
include | ||
bitarithm.c | ||
cib.c | ||
clist.c | ||
doc.txt | ||
hwtimer.c | ||
kernel_init.c | ||
lifo.c | ||
Makefile | ||
msg.c | ||
mutex.c | ||
priority_queue.c | ||
reboot.c | ||
sched.c | ||
thread.c |