Events groups are synchronization primitives that allow tasks to wait for multiple conditions to be met before proceeding. They are particularly useful in scenarios where a task needs to wait for several events to occur simultaneously. 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 | ||