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

Function safe_delay

src/iocore/net/UnixNetAccept.cc:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73} // end anonymous namespace
74
75static void
76safe_delay(int msec)
77{
78 UnixSocket::poll(nullptr, 0, msec);
79}
80
81//
82// General case network connection accept code

Callers 1

do_blocking_acceptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected