MCPcopy 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
141int
142safe_nonblocking(int fd)
143{
144 return safe_set_fl(fd, O_NONBLOCK);
145}
146
147int
148safe_blocking(int fd)

Callers 1

accept4Function · 0.85

Calls 1

safe_set_flFunction · 0.85

Tested by

no test coverage detected