| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
|---|---|
| 2 | #include <jni.h> |
| 3 | /* Header for class jdk_internal_misc_Signal */ |
| 4 | |
| 5 | #ifndef _Included_jdk_internal_misc_Signal |
| 6 | #define _Included_jdk_internal_misc_Signal |
| 7 | #ifdef __cplusplus |
| 8 | extern "C"{ |
| 9 | #endif |
| 10 | /* |
| 11 | * Class: jdk_internal_misc_Signal |
| 12 | * Method: findSignal0 |
| 13 | * Signature: (Ljava/lang/String;)I |
| 14 | */ |
| 15 | JNIEXPORT jint JNICALL Java_jdk_internal_misc_Signal_findSignal0 |
| 16 | (JNIEnv *, jclass, jstring); |
| 17 | |
| 18 | /* |
| 19 | * Class: jdk_internal_misc_Signal |
| 20 | * Method: handle0 |
| 21 | * Signature: (IJ)J |
| 22 | */ |
| 23 | JNIEXPORT jlong JNICALL Java_jdk_internal_misc_Signal_handle0 |
| 24 | (JNIEnv *, jclass, jint, jlong); |
| 25 | |
| 26 | /* |
| 27 | * Class: jdk_internal_misc_Signal |
| 28 | * Method: raise0 |
| 29 | * Signature: (I)V |
| 30 | */ |
| 31 | JNIEXPORT void JNICALL Java_jdk_internal_misc_Signal_raise0 |
| 32 | (JNIEnv *, jclass, jint); |
| 33 | |
| 34 | #ifdef __cplusplus |
| 35 | } |
| 36 | #endif |
| 37 | #endif |
| 38 |