Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ anetNonBlock
Function
anetNonBlock
app/redis-6.2.6/src/anet.c:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
int anetNonBlock(char *err, int fd) {
100
return anetSetBlock(err,fd,1);
101
}
102
103
int anetBlock(char *err, int fd) {
104
return anetSetBlock(err,fd,0);
Callers
12
pipeMode
Function · 0.85
unsetBlockingTimeout
Function · 0.85
listenToPort
Function · 0.85
initServer
Function · 0.85
rdbSaveToSlavesSockets
Function · 0.85
connNonBlock
Function · 0.85
rewriteAppendOnlyFile
Function · 0.85
aofCreatePipes
Function · 0.85
moduleInitModulesSystem
Function · 0.85
anetTcpGenericConnect
Function · 0.85
anetUnixGenericConnect
Function · 0.85
openChildInfoPipe
Function · 0.85
Calls
1
anetSetBlock
Function · 0.85
Tested by
no test coverage detected