#include <jni.h>
Go to the source code of this file.
Define Documentation
| #define org_gnu_mach_Mach_MSG_OPTION_NONE 0L |
| #define org_gnu_mach_Mach_MSG_TIMEOUT_NONE 0LL |
| #define org_gnu_mach_Mach_RCV_INTERRUPT 1024L |
| #define org_gnu_mach_Mach_RCV_LARGE 2048L |
| #define org_gnu_mach_Mach_RCV_MSG 2L |
| #define org_gnu_mach_Mach_RCV_NOTIFY 512L |
| #define org_gnu_mach_Mach_RCV_TIMEOUT 256L |
| #define org_gnu_mach_Mach_SEND_CANCEL 128L |
| #define org_gnu_mach_Mach_SEND_INTERRUPT 64L |
| #define org_gnu_mach_Mach_SEND_MSG 1L |
| #define org_gnu_mach_Mach_SEND_NOTIFY 32L |
| #define org_gnu_mach_Mach_SEND_TIMEOUT 16L |
Function Documentation
| JNIEXPORT jint JNICALL Java_org_gnu_mach_Mach_msg |
( |
JNIEnv * |
env, |
|
|
jclass |
, |
|
|
jobject |
, |
|
|
jint |
, |
|
|
jint |
, |
|
|
jlong |
, |
|
|
jint |
|
|
) |
| |
| JNIEXPORT jint JNICALL Java_org_gnu_mach_Mach_replyPort |
( |
JNIEnv * |
env, |
|
|
jclass |
|
|
) |
| |
Definition at line 7 of file Mach.c.
| JNIEXPORT jint JNICALL Java_org_gnu_mach_Mach_taskSelf |
( |
JNIEnv * |
env, |
|
|
jclass |
|
|
) |
| |