Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ __poll
Function
__poll
co_hook_sys_call.cpp:900–903 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
898
return &(__co_state_wrap->state);
899
}
900
int __poll(struct pollfd fds[], nfds_t nfds, int timeout)
901
{
902
return poll(fds, nfds, timeout);
903
}
904
}
905
906
struct hostbuf_wrap
Callers
nothing calls this directly
Calls
1
poll
Function · 0.85
Tested by
no test coverage detected