int poll(struct pollfd fds[], nfds_t nfds, int timeout); { fd,events,revents }
| 647 | //int poll(struct pollfd fds[], nfds_t nfds, int timeout); |
| 648 | // { fd,events,revents } |
| 649 | struct stPollItem_t ; |
| 650 | struct stPoll_t : public stTimeoutItem_t |
| 651 | { |
| 652 | struct pollfd *fds; |
nothing calls this directly
no outgoing calls
no test coverage detected