MCPcopy 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
999void SetEpoll( stCoRoutineEnv_t *env,stCoEpoll_t *ev )
1000{
1001 env->pEpoll = ev;
1002}
1003stCoEpoll_t *co_get_epoll_ct()
1004{
1005 if( !co_get_curr_thread_env() )

Callers 1

co_init_curr_thread_envFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected