mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 06:00:17 +00:00
epoll_wait collects revent by checking fds->revent, but local_socket will copy fds to the other two private pollfd shandow struct, then the pipe_poll will not be able to update fds->revent directly, so need local_socket save fds and implement a private poll_notify function to passing revent to original fds->revent. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| local.h | ||
| local_accept.c | ||
| local_bind.c | ||
| local_conn.c | ||
| local_connect.c | ||
| local_fifo.c | ||
| local_listen.c | ||
| local_netpoll.c | ||
| local_recvmsg.c | ||
| local_recvutils.c | ||
| local_release.c | ||
| local_sendmsg.c | ||
| local_sendpacket.c | ||
| local_sockif.c | ||
| Make.defs | ||