Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ co_self
Function
co_self
co_routine.cpp:1057–1060 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1055
}
1056
1057
stCoRoutine_t *co_self()
1058
{
1059
return GetCurrThreadCo();
1060
}
1061
1062
//co cond
1063
struct stCoCond_t;
Callers
5
poll_routine
Function · 0.85
co_poll_inner
Function · 0.85
setenv
Function · 0.85
unsetenv
Function · 0.85
getenv
Function · 0.85
Calls
1
GetCurrThreadCo
Function · 0.85
Tested by
no test coverage detected