1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
---|---|
2 | #include <jni.h> |
3 | /* Header for class sun_nio_ch_NativeThread */ |
4 | |
5 | #ifndef _Included_sun_nio_ch_NativeThread |
6 | #define _Included_sun_nio_ch_NativeThread |
7 | #ifdef __cplusplus |
8 | extern "C"{ |
9 | #endif |
10 | /* |
11 | * Class: sun_nio_ch_NativeThread |
12 | * Method: current |
13 | * Signature: ()J |
14 | */ |
15 | JNIEXPORT jlong JNICALL Java_sun_nio_ch_NativeThread_current |
16 | (JNIEnv *, jclass); |
17 | |
18 | /* |
19 | * Class: sun_nio_ch_NativeThread |
20 | * Method: signal |
21 | * Signature: (J)V |
22 | */ |
23 | JNIEXPORT void JNICALL Java_sun_nio_ch_NativeThread_signal |
24 | (JNIEnv *, jclass, jlong); |
25 | |
26 | /* |
27 | * Class: sun_nio_ch_NativeThread |
28 | * Method: init |
29 | * Signature: ()V |
30 | */ |
31 | JNIEXPORT void JNICALL Java_sun_nio_ch_NativeThread_init |
32 | (JNIEnv *, jclass); |
33 | |
34 | #ifdef __cplusplus |
35 | } |
36 | #endif |
37 | #endif |
38 |