Package apple.enums
Class clockid_t
- java.lang.Object
-
- apple.enums.clockid_t
-
public final class clockid_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int_CLOCK_MONOTONICstatic int_CLOCK_MONOTONIC_RAWstatic int_CLOCK_MONOTONIC_RAW_APPROXstatic int_CLOCK_PROCESS_CPUTIME_IDstatic int_CLOCK_REALTIMEstatic int_CLOCK_THREAD_CPUTIME_IDstatic int_CLOCK_UPTIME_RAWstatic int_CLOCK_UPTIME_RAW_APPROX
-
-
-
Field Detail
-
_CLOCK_REALTIME
public static final int _CLOCK_REALTIME
- See Also:
- Constant Field Values
-
_CLOCK_MONOTONIC
public static final int _CLOCK_MONOTONIC
- See Also:
- Constant Field Values
-
_CLOCK_MONOTONIC_RAW
public static final int _CLOCK_MONOTONIC_RAW
- See Also:
- Constant Field Values
-
_CLOCK_MONOTONIC_RAW_APPROX
public static final int _CLOCK_MONOTONIC_RAW_APPROX
- See Also:
- Constant Field Values
-
_CLOCK_UPTIME_RAW
public static final int _CLOCK_UPTIME_RAW
- See Also:
- Constant Field Values
-
_CLOCK_UPTIME_RAW_APPROX
public static final int _CLOCK_UPTIME_RAW_APPROX
- See Also:
- Constant Field Values
-
_CLOCK_PROCESS_CPUTIME_ID
public static final int _CLOCK_PROCESS_CPUTIME_ID
- See Also:
- Constant Field Values
-
_CLOCK_THREAD_CPUTIME_ID
public static final int _CLOCK_THREAD_CPUTIME_ID
- See Also:
- Constant Field Values
-
-