MCPcopy Create free account
hub / github.com/catboost/catboost / SocketPair

Function SocketPair

util/network/pair.h:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5int SocketPair(SOCKET socks[2], bool overlapped, bool cloexec = false);
6
7static inline int SocketPair(SOCKET socks[2]) {
8 return SocketPair(socks, false, false);
9}

Callers 6

TestBrokenPipeMethod · 0.70
TestCloseMethod · 0.70
Y_UNIT_TESTFunction · 0.70
TSelectPollerMethod · 0.70
Y_UNIT_TESTFunction · 0.50
PipeMethod · 0.50

Calls

no outgoing calls

Tested by 2

TestBrokenPipeMethod · 0.56
TestCloseMethod · 0.56