Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ safe_blocking
Function
safe_blocking
src/tscore/ink_sock.cc:147–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
int
148
safe_blocking(int fd)
149
{
150
return safe_clr_fl(fd, O_NONBLOCK);
151
}
152
153
int
154
read_ready(int fd, int timeout_msec)
Callers
1
connect
Method · 0.85
Calls
1
safe_clr_fl
Function · 0.85
Tested by
no test coverage detected