mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Kaspar Schleiser
622d473eb3
When setting the running task reply_blocked, it is implicitly removed from the runqueue. But if queueing of a msg is actually successful, the thread exits msg_send without yielding, continuing to run even if it's not supposed to. Nice example of why multiple function exit points lead to weird errors... |
||
---|---|---|
.. | ||
include | ||
bitarithm.c | ||
cib.c | ||
clist.c | ||
doc.txt | ||
hwtimer.c | ||
kernel_init.c | ||
lifo.c | ||
Makefile | ||
msg.c | ||
mutex.c | ||
oneway_malloc.c | ||
queue.c | ||
sched.c | ||
thread.c |