Package jnr.posix
Class NativeTimes
- java.lang.Object
-
- jnr.posix.NativeTimes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
NativeTimes.Layout
-
Field Summary
Fields Modifier and Type Field Description private static NativeTimes.Layout
layout
(package private) jnr.ffi.Pointer
memory
-
Constructor Summary
Constructors Constructor Description NativeTimes(NativePOSIX posix)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
cstime()
long
cutime()
long
stime()
(package private) static NativeTimes
times(BaseNativePOSIX posix)
long
utime()
-
-
-
Field Detail
-
layout
private static final NativeTimes.Layout layout
-
memory
final jnr.ffi.Pointer memory
-
-
Constructor Detail
-
NativeTimes
NativeTimes(NativePOSIX posix)
-
-
Method Detail
-
times
static NativeTimes times(BaseNativePOSIX posix)
-
-