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

Class pollfd

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

Source from the content-addressed store, hash-verified

878
879
880typedef int (*poll_pfn_t)(struct pollfd fds[], nfds_t nfds, int timeout);
881int co_poll_inner( stCoEpoll_t *ctx,struct pollfd fds[], nfds_t nfds, int timeout, poll_pfn_t pollfunc)
882{
883 if (timeout == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected