mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 01:38:36 +08:00
54e85075c4
nxevent_tickwait() will remove the node in failure case(EINTR). If the node has been deleted in the nxevent_post(), NULL pointer reference will be triggered after semaphore wait. Signed-off-by: chao an <anchao@lixiang.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
event.h | ||
event_destroy.c | ||
event_init.c | ||
event_post.c | ||
event_reset.c | ||
event_wait.c | ||
Make.defs |