Package edu.wpi.first.hal
Class ThreadsJNI
- java.lang.Object
-
- edu.wpi.first.hal.JNIWrapper
-
- edu.wpi.first.hal.ThreadsJNI
-
public class ThreadsJNI extends JNIWrapper
-
-
Constructor Summary
Constructors Constructor Description ThreadsJNI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getCurrentThreadIsRealTime()
static int
getCurrentThreadPriority()
static boolean
setCurrentThreadPriority(boolean realTime, int priority)
-