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

Function co_poll

co_routine.cpp:994–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992}
993
994int co_poll( stCoEpoll_t *ctx,struct pollfd fds[], nfds_t nfds, int timeout_ms )
995{
996 return co_poll_inner(ctx, fds, nfds, timeout_ms, NULL);
997}
998
999void SetEpoll( stCoRoutineEnv_t *env,stCoEpoll_t *ev )
1000{

Callers 3

readwrite_routineFunction · 0.85
accept_routineFunction · 0.85
readwrite_routineFunction · 0.85

Calls 1

co_poll_innerFunction · 0.85

Tested by

no test coverage detected