MCPcopy 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
1057stCoRoutine_t *co_self()
1058{
1059 return GetCurrThreadCo();
1060}
1061
1062//co cond
1063struct stCoCond_t;

Callers 5

poll_routineFunction · 0.85
co_poll_innerFunction · 0.85
setenvFunction · 0.85
unsetenvFunction · 0.85
getenvFunction · 0.85

Calls 1

GetCurrThreadCoFunction · 0.85

Tested by

no test coverage detected