1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/sock
Martine Lenders d26355fbb4 sock_async_event: fix race-condition
If a new event is fired during the execution of the event callback,
`event->type` might change. However as `event->type` is set to 0 after
the execution of the callback, that leads to it being 0 on the next
round of the event handler's execution, leading in the event getting
lost.
2020-02-21 15:52:12 +01:00
..
async/event sock_async_event: fix race-condition 2020-02-21 15:52:12 +01:00
Kconfig Kconfig: Expose net/sock/util configurations 2019-12-13 12:22:36 +01:00
Makefile sys: net: sock: add utility functions 2017-03-28 19:16:27 +02:00
sock_util.c net/sock/util: Move configuration macros to 'CONFIG_' namespace 2019-12-13 12:04:54 +01:00