Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ co_is_enable_sys_hook
Function
co_is_enable_sys_hook
co_routine.cpp:1051–1055 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1049
}
1050
}
1051
bool co_is_enable_sys_hook()
1052
{
1053
stCoRoutine_t *co = GetCurrThreadCo();
1054
return ( co && co->cEnableSysHook );
1055
}
1056
1057
stCoRoutine_t *co_self()
1058
{
Callers
15
socket
Function · 0.85
connect
Function · 0.85
close
Function · 0.85
read
Function · 0.85
write
Function · 0.85
sendto
Function · 0.85
recvfrom
Function · 0.85
send
Function · 0.85
recv
Function · 0.85
poll
Function · 0.85
setsockopt
Function · 0.85
fcntl
Function · 0.85
Calls
1
GetCurrThreadCo
Function · 0.85
Tested by
no test coverage detected