Package com.linkedin.alpini.jna
Interface ThreadUtils.LinuxCLib
-
- All Superinterfaces:
com.sun.jna.Library
- Enclosing class:
- ThreadUtils
public static interface ThreadUtils.LinuxCLib extends com.sun.jna.Library
-
-
Field Summary
Fields Modifier and Type Field Description static int
PR_SET_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
prctl(int option, java.lang.String arg2, long arg3, long arg4, long arg5)
-
-
-
Field Detail
-
PR_SET_NAME
static final int PR_SET_NAME
- See Also:
- Constant Field Values
-
-