| 878 | |
| 879 | |
| 880 | typedef int (*poll_pfn_t)(struct pollfd fds[], nfds_t nfds, int timeout); |
| 881 | int co_poll_inner( stCoEpoll_t *ctx,struct pollfd fds[], nfds_t nfds, int timeout, poll_pfn_t pollfunc) |
| 882 | { |
| 883 | if (timeout == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected