MCPcopy Create free account
hub / github.com/ARM-software/armnn / Close

Function Close

profiling/common/src/NetworkSockets.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34int Close(Socket s)
35{
36#if defined(__unix__) || defined(__APPLE__)
37 return close(s);
38#elif defined(_MSC_VER) || defined(__MINGW32__)
39 return closesocket(s);
40#endif
41}
42
43
44bool SetNonBlocking(Socket s)

Callers 11

CloseMethod · 0.85
ReadPacketMethod · 0.85
ReceivePacketMethod · 0.85
FailMethod · 0.85
FailMethod · 0.85
~ConnectionHandlerMethod · 0.85
~BasePipeServerMethod · 0.85
CloseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected