Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ SetEpoll
Function
SetEpoll
co_routine.cpp:999–1002 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
997
}
998
999
void SetEpoll( stCoRoutineEnv_t *env,stCoEpoll_t *ev )
1000
{
1001
env->pEpoll = ev;
1002
}
1003
stCoEpoll_t *co_get_epoll_ct()
1004
{
1005
if( !co_get_curr_thread_env() )
Callers
1
co_init_curr_thread_env
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected