Searched refs:CLOCK_BOOTTIME (Results 1 – 17 of 17) sorted by relevance
/external/strace/xlat/ |
D | clocknames.h | 23 #if !(defined(CLOCK_BOOTTIME) || (defined(HAVE_DECL_CLOCK_BOOTTIME) && HAVE_DECL_CLOCK_BOOTTIME)) 24 # define CLOCK_BOOTTIME 7 macro 54 XLAT(CLOCK_BOOTTIME),
|
D | clocknames.in | 8 CLOCK_BOOTTIME 7
|
/external/ltp/include/lapi/ |
D | posix_clocks.h | 34 #ifndef CLOCK_BOOTTIME 35 # define CLOCK_BOOTTIME 7 macro
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | nanosleep.c | 52 #define CLOCK_BOOTTIME 7 macro 78 case CLOCK_BOOTTIME: in clockstring()
|
D | alarmtimer-suspend.c | 51 #define CLOCK_BOOTTIME 7 macro 85 case CLOCK_BOOTTIME: in clockstring()
|
D | nsleep-lat.c | 52 #define CLOCK_BOOTTIME 7 macro 78 case CLOCK_BOOTTIME: in clockstring()
|
D | inconsistency-check.c | 54 #define CLOCK_BOOTTIME 7 macro 78 case CLOCK_BOOTTIME: in clockstring()
|
D | set-timer-lat.c | 50 #define CLOCK_BOOTTIME 7 macro 84 case CLOCK_BOOTTIME: in clockstring()
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 54 #define CLOCK_BOOTTIME 7 macro
|
/external/wpa_supplicant_8/src/utils/ |
D | os_unix.c | 73 #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/ |
D | tst_timer.c | 46 case CLOCK_BOOTTIME: in clock_name()
|
/external/ltp/testcases/kernel/syscalls/clock_getres/ |
D | clock_getres01.c | 63 {"CLOCK_BOOTTIME", CLOCK_BOOTTIME, NORMAL, 0, 0,},
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions_unittests.cc | 83 CheckClock(CLOCK_BOOTTIME); in BPF_TEST_C()
|
D | syscall_parameters_restrictions.cc | 342 CLOCK_BOOTTIME, in RestrictClockID()
|
/external/openssh/ |
D | misc.c | 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()
|
D | ChangeLog | 6087 - (djm) [misc.c] Use CLOCK_BOOTTIME in preference to CLOCK_MONOTONIC
|
/external/strace/ |
D | ChangeLog | 24586 * time.c (clocknames): Add CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM,
|