Home
last modified time | relevance | path

Searched refs:accept0 (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
DServerSocketChannelImpl.c142 NATIVE_METHOD(Java_sun_nio_ch_ServerSocketChannelImpl, accept0,
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousServerSocketChannelImpl.java367 return accept0(ssfd, newfd, isaa); in accept()
378 private native int accept0(FileDescriptor ssfd, FileDescriptor newfd, in accept0() method in UnixAsynchronousServerSocketChannelImpl
DServerSocketChannelImpl.java422 return accept0(ssfd, newfd, isaa); in accept()
432 private native int accept0(FileDescriptor ssfd, FileDescriptor newfd, in accept0() method in ServerSocketChannelImpl