incubator-nuttx/sched/event
chao an f084685da8 sched/event: clear pending events before enable the scheduler
enable the scheduler may cause the context to switch to a high-priority task,
which will failure to clear pending events correctly.

Signed-off-by: chao an <anchao@lixiang.com>
2024-09-02 18:24:28 +08:00
..
CMakeLists.txt
Make.defs
event.h
event_destroy.c
event_init.c
event_post.c
event_reset.c
event_wait.c