mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-16 11:13:33 +08:00

This commid add an epoll testcase to test the epoll Test case 1: epoll_wait timeout test. Test case 2: epoll_wait with driver call poll_notify() many times simultaneously. Test case 3: epoll_wait with some driver/socket need call poll_setup() again when it's internal state changed. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>