MCPcopy 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
147int
148safe_blocking(int fd)
149{
150 return safe_clr_fl(fd, O_NONBLOCK);
151}
152
153int
154read_ready(int fd, int timeout_msec)

Callers 1

connectMethod · 0.85

Calls 1

safe_clr_flFunction · 0.85

Tested by

no test coverage detected