Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ doClose
Function
doClose
classpath/java-nio.cpp:65–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
inline void doClose(int socket)
66
{
67
#ifdef PLATFORM_WINDOWS
68
closesocket(socket);
69
#else
70
close(socket);
71
#endif
72
}
73
74
inline jbyteArray errorString(JNIEnv* e, int n)
75
{
Callers
3
Java_java_nio_channels_SocketChannel_natCloseSocket
Function · 0.70
Java_java_nio_channels_DatagramChannel_close
Function · 0.70
dispose
Method · 0.70
Calls
1
close
Function · 0.70
Tested by
no test coverage detected