public abstract class timespec
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
timespec.ByReference |
static class |
timespec.ByValue |
Modifier and Type | Field and Description |
---|---|
protected static int |
CLOCK_BOOTTIME |
protected static int |
CLOCK_BOOTTIME_ALARM |
protected static int |
CLOCK_MONOTONIC |
protected static int |
CLOCK_MONOTONIC_COARSE |
protected static int |
CLOCK_MONOTONIC_RAW |
protected static int |
CLOCK_PROCESS_CPUTIME_ID |
protected static int |
CLOCK_REALTIME |
protected static int |
CLOCK_REALTIME_ALARM |
protected static int |
CLOCK_REALTIME_COARSE |
protected static int |
CLOCK_SGI_CYCLE |
protected static int |
CLOCK_TAI |
protected static int |
CLOCK_THREAD_CPUTIME_ID |
long |
tv_nsec
Nanoseconds.
C type : __syscall_slong_t |
long |
tv_sec
Seconds.
C type : __time_t |
Modifier | Constructor and Description |
---|---|
protected |
timespec() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
protected static final int CLOCK_REALTIME
protected static final int CLOCK_MONOTONIC
protected static final int CLOCK_PROCESS_CPUTIME_ID
protected static final int CLOCK_THREAD_CPUTIME_ID
protected static final int CLOCK_MONOTONIC_RAW
protected static final int CLOCK_REALTIME_COARSE
protected static final int CLOCK_MONOTONIC_COARSE
protected static final int CLOCK_BOOTTIME
protected static final int CLOCK_REALTIME_ALARM
protected static final int CLOCK_BOOTTIME_ALARM
protected static final int CLOCK_SGI_CYCLE
protected static final int CLOCK_TAI
public long tv_sec
public long tv_nsec
This documentation was released into the public domain.