Home
last modified time | relevance | path

Searched refs:CLOCK_BOOTTIME (Results 1 – 16 of 16) 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
49 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.c41 #define CLOCK_BOOTTIME 7 macro
67 case CLOCK_BOOTTIME: in clockstring()
Dalarmtimer-suspend.c40 #define CLOCK_BOOTTIME 7 macro
74 case CLOCK_BOOTTIME: in clockstring()
Dnsleep-lat.c41 #define CLOCK_BOOTTIME 7 macro
67 case CLOCK_BOOTTIME: in clockstring()
Dinconsistency-check.c43 #define CLOCK_BOOTTIME 7 macro
67 case CLOCK_BOOTTIME: in clockstring()
Dset-timer-lat.c40 #define CLOCK_BOOTTIME 7 macro
75 case CLOCK_BOOTTIME: in clockstring()
/external/wpa_supplicant_8/src/utils/
Dos_unix.c75 #if defined(CLOCK_BOOTTIME) in os_get_reltime()
76 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime()
96 #ifdef CLOCK_BOOTTIME in os_get_reltime()
97 case CLOCK_BOOTTIME: in os_get_reltime()
/external/kernel-headers/original/uapi/linux/
Dtime.h55 #define CLOCK_BOOTTIME 7 macro
/external/ltp/lib/
Dtst_timer.c47 case CLOCK_BOOTTIME: in clock_name()
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c52 {"CLOCK_BOOTTIME", CLOCK_BOOTTIME, &res, 0, 0,},
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_scan.c768 #ifndef CLOCK_BOOTTIME in nl80211_parse_bss_info()
769 #define CLOCK_BOOTTIME 7 in nl80211_parse_bss_info() macro
771 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0) { in nl80211_parse_bss_info()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c378 err = clock_gettime(CLOCK_BOOTTIME, &boot_time_ts); in test_bpf_obj_id()
/external/perfetto/src/tracing/core/
Dservice_impl.cc1018 {CLOCK_BOOTTIME, protos::ClockSnapshot::Clock::BOOTTIME, {0, 0}}, in MaybeSnapshotClocks()
/external/strace/
DChangeLog36214 * time.c (clocknames): Add CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM,