Home
last modified time | relevance | path

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

123

/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd04.c32 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, 10},
35 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, -10},
/third_party/ltp/include/lapi/
Dcommon_timers.h23 CLOCK_BOOTTIME,
44 CLOCK_TO_STR(CLOCK_BOOTTIME); in get_clock_str()
56 case CLOCK_BOOTTIME: in possibly_unsupported()
Dposix_clocks.h26 #ifndef CLOCK_BOOTTIME
27 # define CLOCK_BOOTTIME 7 macro
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime03.c29 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, 10},
32 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, -10},
Dclock_gettime01.c55 .clktype = CLOCK_BOOTTIME,
Dclock_gettime02.c79 .clktype = CLOCK_BOOTTIME,
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_unix.c79 #if defined(CLOCK_BOOTTIME) in os_get_reltime()
80 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime()
100 #ifdef CLOCK_BOOTTIME in os_get_reltime()
101 case CLOCK_BOOTTIME: in os_get_reltime()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dclock_getres.c65 int result = clock_getres(CLOCK_BOOTTIME, &ts); in clock_getres_0400()
Dclock_nanosleep.c80 ret = clock_nanosleep(CLOCK_BOOTTIME, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0400()
/third_party/ltp/testcases/kernel/syscalls/sysinfo/
Dsysinfo03.c45 CLOCK_BOOTTIME, off); in verify_sysinfo()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dsys_clock_test.cpp115 int result = clock_getres(CLOCK_BOOTTIME, &times);
274 int result = clock_gettime(CLOCK_BOOTTIME, &times);
/third_party/node/deps/uv/src/unix/
Dlinux-core.c74 #ifndef CLOCK_BOOTTIME
75 # define CLOCK_BOOTTIME 7 macro
233 else if ((r = clock_gettime(CLOCK_BOOTTIME, &now)) && errno == EINVAL) { in uv_uptime()
/third_party/libuv/src/unix/
Dlinux-core.c74 #ifndef CLOCK_BOOTTIME
75 # define CLOCK_BOOTTIME 7 macro
233 else if ((r = clock_gettime(CLOCK_BOOTTIME, &now)) && errno == EINVAL) { in uv_uptime()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtime.h78 #define CLOCK_BOOTTIME 7 macro
/third_party/rust/crates/nix/src/
Dtime.rs80 pub const CLOCK_BOOTTIME: ClockId = ClockId(libc::CLOCK_BOOTTIME); constant
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
Dtypes.rs139 Boottime = linux_raw_sys::general::CLOCK_BOOTTIME,
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c31 {"CLOCK_BOOTTIME", CLOCK_BOOTTIME, 0, 0,},
/third_party/rust/crates/nix/src/sys/
Dtimerfd.rs72 CLOCK_BOOTTIME,
/third_party/ltp/lib/
Dtst_clocks.c134 case CLOCK_BOOTTIME: in tst_clock_name()
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime02.c79 .type = CLOCK_BOOTTIME,
/third_party/f2fs-tools/
Dconfigure.ac206 ],[return CLOCK_BOOTTIME])],
209 [Define if CLOCK_BOOTTIME is available])],
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h93 #define CLOCK_BOOTTIME 7 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h93 #define CLOCK_BOOTTIME 7 macro
/third_party/musl/porting/liteos_m/user/include/
Dtime.h92 #define CLOCK_BOOTTIME 7 macro

123