| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_nio_ch_PollSelectorImpl */ |
| 4 | |
| 5 | #ifndef _Included_sun_nio_ch_PollSelectorImpl |
| 6 | #define _Included_sun_nio_ch_PollSelectorImpl |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | #undef sun_nio_ch_PollSelectorImpl_INITIAL_CAPACITY |
| 11 | #define sun_nio_ch_PollSelectorImpl_INITIAL_CAPACITY 16L |
| 12 | #undef sun_nio_ch_PollSelectorImpl_SIZE_POLLFD |
| 13 | #define sun_nio_ch_PollSelectorImpl_SIZE_POLLFD 8L |
| 14 | #undef sun_nio_ch_PollSelectorImpl_FD_OFFSET |
| 15 | #define sun_nio_ch_PollSelectorImpl_FD_OFFSET 0L |
| 16 | #undef sun_nio_ch_PollSelectorImpl_EVENT_OFFSET |
| 17 | #define sun_nio_ch_PollSelectorImpl_EVENT_OFFSET 4L |
| 18 | #undef sun_nio_ch_PollSelectorImpl_REVENT_OFFSET |
| 19 | #define sun_nio_ch_PollSelectorImpl_REVENT_OFFSET 6L |
| 20 | /* |
| 21 | * Class: sun_nio_ch_PollSelectorImpl |
| 22 | * Method: poll |
| 23 | * Signature: (JII)I |
| 24 | */ |
| 25 | JNIEXPORT jint JNICALL Java_sun_nio_ch_PollSelectorImpl_poll |
| 26 | (JNIEnv *, jclass, jlong, jint, jint); |
| 27 | |
| 28 | #ifdef __cplusplus |
| 29 | } |
| 30 | #endif |
| 31 | #endif |
| 32 | |