Searched refs:CLOCK_BOOTTIME (Results 1 – 6 of 6) sorted by relevance
25 #if defined(CLOCK_BOOTTIME) || (defined(HAVE_DECL_CLOCK_BOOTTIME) && HAVE_DECL_CLOCK_BOOTTIME)26 XLAT(CLOCK_BOOTTIME),
8 CLOCK_BOOTTIME
66 #if defined(CLOCK_BOOTTIME) in os_get_reltime()67 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime()84 #ifdef CLOCK_BOOTTIME in os_get_reltime()85 case CLOCK_BOOTTIME: in os_get_reltime()
54 #define CLOCK_BOOTTIME 7 macro
887 (defined(CLOCK_MONOTONIC) || defined(CLOCK_BOOTTIME)) in monotime()892 #if defined(CLOCK_BOOTTIME) in monotime()893 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0) in monotime()
3782 - (djm) [misc.c] Use CLOCK_BOOTTIME in preference to CLOCK_MONOTONIC