Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ timespec
Class
timespec
co_epoll.cpp:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
int co_epoll_wait( int epfd,struct co_epoll_res *events,int maxevents,int timeout )
138
{
139
struct timespec t = { 0 };
140
if( timeout > 0 )
141
{
142
t.tv_sec = timeout;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected