-
Notifications
You must be signed in to change notification settings - Fork 3
/
JtuxSysVIPC.h
117 lines (103 loc) · 2.52 KB
/
JtuxSysVIPC.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class jtux_USysVIPC */
#ifndef _Included_jtux_USysVIPC
#define _Included_jtux_USysVIPC
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: jtux_USysVIPC
* Method: ftok
* Signature: (Ljava/lang/String;I)J
*/
JNIEXPORT jlong JNICALL Java_jtux_USysVIPC_ftok
(JNIEnv *, jclass, jstring, jint);
/*
* Class: jtux_USysVIPC
* Method: msg_set_type
* Signature: (J[B)I
*/
JNIEXPORT jint JNICALL Java_jtux_USysVIPC_msg_1set_1type
(JNIEnv *, jclass, jlong, jbyteArray);
/*
* Class: jtux_USysVIPC
* Method: msgctl
* Signature: (IILjtux/USysVIPC$s_msqid_ds;)V
*/
JNIEXPORT void JNICALL Java_jtux_USysVIPC_msgctl
(JNIEnv *, jclass, jint, jint, jobject);
/*
* Class: jtux_USysVIPC
* Method: msgget
* Signature: (JI)I
*/
JNIEXPORT jint JNICALL Java_jtux_USysVIPC_msgget
(JNIEnv *, jclass, jlong, jint);
/*
* Class: jtux_USysVIPC
* Method: msgrcv
* Signature: (I[BIJI)I
*/
JNIEXPORT jint JNICALL Java_jtux_USysVIPC_msgrcv
(JNIEnv *, jclass, jint, jbyteArray, jint, jlong, jint);
/*
* Class: jtux_USysVIPC
* Method: msgsnd
* Signature: (I[BII)V
*/
JNIEXPORT void JNICALL Java_jtux_USysVIPC_msgsnd
(JNIEnv *, jclass, jint, jbyteArray, jint, jint);
/*
* Class: jtux_USysVIPC
* Method: semctl
* Signature: (IIILjtux/USysVIPC$u_semun;)I
*/
JNIEXPORT jint JNICALL Java_jtux_USysVIPC_semctl
(JNIEnv *, jclass, jint, jint, jint, jobject);
/*
* Class: jtux_USysVIPC
* Method: semget
* Signature: (JII)I
*/
JNIEXPORT jint JNICALL Java_jtux_USysVIPC_semget
(JNIEnv *, jclass, jlong, jint, jint);
/*
* Class: jtux_USysVIPC
* Method: semop
* Signature: (I[Ljtux/USysVIPC$s_sembuf;I)V
*/
JNIEXPORT void JNICALL Java_jtux_USysVIPC_semop
(JNIEnv *, jclass, jint, jobjectArray, jint);
/*
* Class: jtux_USysVIPC
* Method: shmat
* Signature: (IJI)J
*/
JNIEXPORT jlong JNICALL Java_jtux_USysVIPC_shmat
(JNIEnv *, jclass, jint, jlong, jint);
/*
* Class: jtux_USysVIPC
* Method: shmctl
* Signature: (IILjtux/USysVIPC$s_shmid_ds;)V
*/
JNIEXPORT void JNICALL Java_jtux_USysVIPC_shmctl
(JNIEnv *, jclass, jint, jint, jobject);
/*
* Class: jtux_USysVIPC
* Method: shmdt
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_jtux_USysVIPC_shmdt
(JNIEnv *, jclass, jlong);
/*
* Class: jtux_USysVIPC
* Method: shmget
* Signature: (JII)I
*/
JNIEXPORT jint JNICALL Java_jtux_USysVIPC_shmget
(JNIEnv *, jclass, jlong, jint, jint);
#ifdef __cplusplus
}
#endif
#endif