1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/event
Marian Buschsieweke 649486f5cd
sys/event: Remove incorrect comment
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.
2020-08-05 11:44:25 +02:00
..
callback.c add copyrights from IOTPUSH project 2019-05-02 12:09:37 +02:00
event.c sys/event: Remove incorrect comment 2020-08-05 11:44:25 +02:00
Makefile Makefile: remove usage of SUBMODULES_NOFORCE 2020-04-15 12:11:44 +02:00
thread.c sys/event: add shared event threads 2020-02-07 12:17:56 +01:00
timeout.c add copyrights from IOTPUSH project 2019-05-02 12:09:37 +02:00