Searched refs:accept0 (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | ServerSocketChannelImpl.c | 142 NATIVE_METHOD(Java_sun_nio_ch_ServerSocketChannelImpl, accept0,
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | UnixAsynchronousServerSocketChannelImpl.java | 367 return accept0(ssfd, newfd, isaa); in accept() 378 private native int accept0(FileDescriptor ssfd, FileDescriptor newfd, in accept0() method in UnixAsynchronousServerSocketChannelImpl
|
D | ServerSocketChannelImpl.java | 422 return accept0(ssfd, newfd, isaa); in accept() 432 private native int accept0(FileDescriptor ssfd, FileDescriptor newfd, in accept0() method in ServerSocketChannelImpl
|