public final class CEntryPointNativeFunctions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CEntryPointNativeFunctions.NameTransformation |
| Modifier and Type | Method and Description |
|---|---|
static int |
attachThread(org.graalvm.nativeimage.Isolate isolate,
com.oracle.svm.core.c.function.CEntryPointNativeFunctions.IsolateThreadPointer thread) |
static int |
createIsolate(CEntryPointCreateIsolateParameters params,
com.oracle.svm.core.c.function.CEntryPointNativeFunctions.IsolatePointer isolate) |
static int |
detachThread(org.graalvm.nativeimage.IsolateThread thread) |
static org.graalvm.nativeimage.IsolateThread |
getCurrentThread(org.graalvm.nativeimage.Isolate isolate) |
static org.graalvm.nativeimage.Isolate |
getCurrentThreadIsolate(org.graalvm.nativeimage.IsolateThread thread) |
static int |
tearDownIsolate(org.graalvm.nativeimage.Isolate isolate) |
public static int createIsolate(CEntryPointCreateIsolateParameters params, com.oracle.svm.core.c.function.CEntryPointNativeFunctions.IsolatePointer isolate)
public static int attachThread(org.graalvm.nativeimage.Isolate isolate,
com.oracle.svm.core.c.function.CEntryPointNativeFunctions.IsolateThreadPointer thread)
public static org.graalvm.nativeimage.IsolateThread getCurrentThread(org.graalvm.nativeimage.Isolate isolate)
public static org.graalvm.nativeimage.Isolate getCurrentThreadIsolate(org.graalvm.nativeimage.IsolateThread thread)
public static int detachThread(org.graalvm.nativeimage.IsolateThread thread)
public static int tearDownIsolate(org.graalvm.nativeimage.Isolate isolate)