Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ safe_nonblocking
Function
safe_nonblocking
src/tscore/ink_sock.cc:141–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
int
142
safe_nonblocking(int fd)
143
{
144
return safe_set_fl(fd, O_NONBLOCK);
145
}
146
147
int
148
safe_blocking(int fd)
Callers
1
accept4
Function · 0.85
Calls
1
safe_set_fl
Function · 0.85
Tested by
no test coverage detected