theKernel
10.0
NHI1
-
theKernel
-
theLink
-
theConfig
-
theSq3Lite
-
theCompiler
-
theBrain
-
theGuard
-
theLib
-
theATL
c
-
tcl
-
atl
-
cs
-
py
-
rb
-
jv
-
cc
Loading...
Searching...
No Matches
MkIdSE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvmkkernel;
11
12
// BEGIN-MkIdSE - created by 'jv_MqS.tcl -i NHI1_HOME/theKernel/c/gen/c_mkkernel.meta' - DO NOT change
13
16
public
enum
MkIdSE
{
17
UNUSED
(0),
18
PROCESS
(1),
19
THREAD
(2);
20
private
final
int
value;
21
MkIdSE
(
int
val) {this.value = val;}
22
public
int
get
() {
return
value; }
23
public
static
MkIdSE
set
(
int
val) {
24
return
MkKernel
.
IdSE_FromInt
(val);
25
}
26
}
27
28
// END-MkIdSE - created by 'jv_MqS.tcl -i NHI1_HOME/theKernel/c/gen/c_mkkernel.meta' - DO NOT change
jvmkkernel.MkKernel
MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PL...
Definition
MkKernel.java:133
jvmkkernel.MkIdSE
Java: enum MkIdSE → C-API
Definition
MkIdSE.java:16
jvmkkernel.MkIdSE.THREAD
THREAD
Definition
MkIdSE.java:19
jvmkkernel.MkIdSE.MkIdSE
MkIdSE(int val)
Definition
MkIdSE.java:21
jvmkkernel.MkIdSE.UNUSED
UNUSED
Definition
MkIdSE.java:17
jvmkkernel.MkIdSE.PROCESS
PROCESS
Definition
MkIdSE.java:18
jvmkkernel.MkKernel.IdSE_FromInt
static native MkIdSE IdSE_FromInt(int value)
Java: [static] MkIdSE IdSE_FromInt(int value) → C-API return the MkIdSE from integer …
Generated on Thu May 29 2025 13:13:25 for theKernel by
1.12.0