Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
int SocketPair(SOCKET socks[2], bool overlapped, bool cloexec = false);
6
7
static inline int SocketPair(SOCKET socks[2]) {
8
return SocketPair(socks, false, false);
9
}
Callers
6
TestBrokenPipe
Method · 0.70
TestClose
Method · 0.70
Y_UNIT_TEST
Function · 0.70
TSelectPoller
Method · 0.70
Y_UNIT_TEST
Function · 0.50
Pipe
Method · 0.50
Calls
no outgoing calls
Tested by
2
TestBrokenPipe
Method · 0.56
TestClose
Method · 0.56