Go to the documentation of this file. 1 #ifndef _UAPI_LINUX_TIME_H
2 #define _UAPI_LINUX_TIME_H
4 #include <linux/types.h>
7 #ifndef _STRUCT_TIMESPEC
8 #define _STRUCT_TIMESPEC
31 #define ITIMER_VIRTUAL 1
47 #define CLOCK_REALTIME 0
48 #define CLOCK_MONOTONIC 1
49 #define CLOCK_PROCESS_CPUTIME_ID 2
50 #define CLOCK_THREAD_CPUTIME_ID 3
51 #define CLOCK_MONOTONIC_RAW 4
52 #define CLOCK_REALTIME_COARSE 5
53 #define CLOCK_MONOTONIC_COARSE 6
54 #define CLOCK_BOOTTIME 7
55 #define CLOCK_REALTIME_ALARM 8
56 #define CLOCK_BOOTTIME_ALARM 9
61 #define CLOCK_SGI_CYCLE 10
63 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
64 #define CLOCKS_MONO CLOCK_MONOTONIC
69 #define TIMER_ABSTIME 0x01