Home
last modified time | relevance | path

Searched refs:CLOCK_BOOTTIME (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dclocknames.h25 #if defined(CLOCK_BOOTTIME) || (defined(HAVE_DECL_CLOCK_BOOTTIME) && HAVE_DECL_CLOCK_BOOTTIME)
26 XLAT(CLOCK_BOOTTIME),
Dclocknames.in8 CLOCK_BOOTTIME
/external/wpa_supplicant_8/src/utils/
Dos_unix.c66 #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()
/external/kernel-headers/original/uapi/linux/
Dtime.h54 #define CLOCK_BOOTTIME 7 macro
/external/openssh/
Dmisc.c887 (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()
DChangeLog3782 - (djm) [misc.c] Use CLOCK_BOOTTIME in preference to CLOCK_MONOTONIC