mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
649486f5cd
The value of `queue->waiter` at the time the event was queued (with IRQs disabled) was backed up to the stack-variable `waiter`. Thus, the test later on for `waiter` checks if the queue was already claimed at the time the event was queued. Therefore, there is no race. |
||
---|---|---|
.. | ||
callback.c | ||
event.c | ||
Makefile | ||
thread.c | ||
timeout.c |