Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclocknames.h32 #if defined(CLOCK_BOOTTIME) || (defined(HAVE_DECL_CLOCK_BOOTTIME) && HAVE_DECL_CLOCK_BOOTTIME)
33 XLAT(CLOCK_BOOTTIME),
Dclocknames.in8 CLOCK_BOOTTIME
/external/kernel-headers/original/uapi/linux/
Dtime.h54 #define CLOCK_BOOTTIME 7 macro
/external/wpa_supplicant_8/src/utils/
Dos_unix.c73 #if defined(CLOCK_BOOTTIME) in os_get_reltime()
74 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime()
91 #ifdef CLOCK_BOOTTIME in os_get_reltime()
92 case CLOCK_BOOTTIME: in os_get_reltime()