MCPcopy Create free account
hub / github.com/apache/trafficserver / set_nonblocking

Method set_nonblocking

src/iocore/eventsystem/UnixSocket.cc:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51static unsigned int read_uint_from_fd(int fd);
52
53int
54UnixSocket::set_nonblocking()
55{
56 return safe_set_fl(this->fd, O_NONBLOCK);
57}
58
59int
60UnixSocket::bind(struct sockaddr const *name, int namelen)

Callers 5

connectMethod · 0.80
connectUpMethod · 0.80
setup_fd_for_listenMethod · 0.80
openMethod · 0.80
connectMethod · 0.80

Calls 1

safe_set_flFunction · 0.85

Tested by

no test coverage detected