Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclocknames.h23 #if !(defined(CLOCK_BOOTTIME) || (defined(HAVE_DECL_CLOCK_BOOTTIME) && HAVE_DECL_CLOCK_BOOTTIME))
24 # define CLOCK_BOOTTIME 7 macro
54 XLAT(CLOCK_BOOTTIME),
Dclocknames.in8 CLOCK_BOOTTIME 7
/external/ltp/include/lapi/
Dposix_clocks.h34 #ifndef CLOCK_BOOTTIME
35 # define CLOCK_BOOTTIME 7 macro
/external/linux-kselftest/tools/testing/selftests/timers/
Dnanosleep.c52 #define CLOCK_BOOTTIME 7 macro
78 case CLOCK_BOOTTIME: in clockstring()
Dalarmtimer-suspend.c51 #define CLOCK_BOOTTIME 7 macro
85 case CLOCK_BOOTTIME: in clockstring()
Dnsleep-lat.c52 #define CLOCK_BOOTTIME 7 macro
78 case CLOCK_BOOTTIME: in clockstring()
Dinconsistency-check.c54 #define CLOCK_BOOTTIME 7 macro
78 case CLOCK_BOOTTIME: in clockstring()
Dset-timer-lat.c50 #define CLOCK_BOOTTIME 7 macro
84 case CLOCK_BOOTTIME: in clockstring()
/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()
94 #ifdef CLOCK_BOOTTIME in os_get_reltime()
95 case CLOCK_BOOTTIME: in os_get_reltime()
/external/ltp/lib/
Dtst_timer.c46 case CLOCK_BOOTTIME: in clock_name()
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c63 {"CLOCK_BOOTTIME", CLOCK_BOOTTIME, NORMAL, 0, 0,},
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions_unittests.cc83 CheckClock(CLOCK_BOOTTIME); in BPF_TEST_C()
Dsyscall_parameters_restrictions.cc342 CLOCK_BOOTTIME, in RestrictClockID()
/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()
DChangeLog6087 - (djm) [misc.c] Use CLOCK_BOOTTIME in preference to CLOCK_MONOTONIC
/external/strace/
DChangeLog24586 * time.c (clocknames): Add CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM,