MCPcopy 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
99int anetNonBlock(char *err, int fd) {
100 return anetSetBlock(err,fd,1);
101}
102
103int anetBlock(char *err, int fd) {
104 return anetSetBlock(err,fd,0);

Callers 12

pipeModeFunction · 0.85
unsetBlockingTimeoutFunction · 0.85
listenToPortFunction · 0.85
initServerFunction · 0.85
rdbSaveToSlavesSocketsFunction · 0.85
connNonBlockFunction · 0.85
rewriteAppendOnlyFileFunction · 0.85
aofCreatePipesFunction · 0.85
moduleInitModulesSystemFunction · 0.85
anetTcpGenericConnectFunction · 0.85
anetUnixGenericConnectFunction · 0.85
openChildInfoPipeFunction · 0.85

Calls 1

anetSetBlockFunction · 0.85

Tested by

no test coverage detected