Searched refs:clockid_t (Results 1 – 2 of 2) sorted by relevance
95 #define CLOCK_REALTIME ((clockid_t) 1)105 typedef __clockid_t clockid_t; typedef126 #define CLOCK_REALTIME_COARSE ((clockid_t) 0)135 #define CLOCK_PROCESS_CPUTIME_ID ((clockid_t) 2)145 #define CLOCK_THREAD_CPUTIME_ID ((clockid_t) 3)155 #define CLOCK_MONOTONIC ((clockid_t) 4)161 #define CLOCK_MONOTONIC_RAW ((clockid_t) 5)163 #define CLOCK_MONOTONIC_COARSE ((clockid_t) 6)165 #define CLOCK_BOOTTIME ((clockid_t) 7)167 #define CLOCK_REALTIME_ALARM ((clockid_t) 8)[all …]
217 typedef __clockid_t clockid_t; typedef