Searched refs:ioevent_t (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c142 } ioevent_t; typedef in typeref:struct:ioevent
144 static ioevent_t IOE_handles[MAX_HANDLES];
177 jint addfd(JNIEnv *, ioevent_t *, jint, jshort);
178 jint removefd(JNIEnv *, ioevent_t *, jint);
266 ioevent_t *ioeh;
323 ioevent_t *ioeh;
340 static void check_handle(ioevent_t *ioeh)
372 ioevent_t *ioeh;
414 jint addfd(JNIEnv *env, ioevent_t *ioeh, jint fd, jshort events)
476 ioevent_t *ioe
[all...]

Completed in 30 milliseconds