public class ThreadsJNI extends JNIWrapper
Constructor and Description |
---|
ThreadsJNI() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getCurrentThreadIsRealTime() |
static int |
getCurrentThreadPriority() |
static boolean |
setCurrentThreadPriority(boolean realTime,
int priority) |
getPort, getPortWithModule
public ThreadsJNI()
public static int getCurrentThreadPriority()
public static boolean getCurrentThreadIsRealTime()
public static boolean setCurrentThreadPriority(boolean realTime, int priority)