Home
last modified time | relevance | path

Searched refs:sv (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DEPollPort.java92 int[] sv = new int[2]; in EPollPort() local
94 socketpair(sv); in EPollPort()
96 epollCtl(epfd, EPOLL_CTL_ADD, sv[0], Net.POLLIN); in EPollPort()
101 this.sp = sv; in EPollPort()
312 private static native void socketpair(int[] sv) throws IOException; in socketpair() argument
/libcore/ojluni/src/main/native/
DEPollPort.c39 Java_sun_nio_ch_EPollPort_socketpair(JNIEnv* env, jclass clazz, jintArray sv) { in Java_sun_nio_ch_EPollPort_socketpair() argument
47 (*env)->SetIntArrayRegion(env, sv, 0, 2, &res[0]); in Java_sun_nio_ch_EPollPort_socketpair()
DLinuxWatchService.c119 (JNIEnv* env, jclass clazz, jintArray sv) in Java_sun_nio_fs_LinuxWatchService_socketpair() argument
128 (*env)->SetIntArrayRegion(env, sv, 0, 2, &res[0]); in Java_sun_nio_fs_LinuxWatchService_socketpair()
/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxWatchService.java488 private static native void socketpair(int[] sv) throws UnixException; in socketpair() argument