MCPcopy Create free account
hub / github.com/Tencent/libco / stPollItem_t

Class stPollItem_t

co_routine.cpp:649–649  ·  view source on GitHub ↗

int poll(struct pollfd fds[], nfds_t nfds, int timeout); { fd,events,revents }

Source from the content-addressed store, hash-verified

647//int poll(struct pollfd fds[], nfds_t nfds, int timeout);
648// { fd,events,revents }
649struct stPollItem_t ;
650struct stPoll_t : public stTimeoutItem_t
651{
652 struct pollfd *fds;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected