/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd04.c | 32 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, 10}, 35 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, -10},
|
/third_party/ltp/include/lapi/ |
D | common_timers.h | 23 CLOCK_BOOTTIME, 44 CLOCK_TO_STR(CLOCK_BOOTTIME); in get_clock_str() 56 case CLOCK_BOOTTIME: in possibly_unsupported()
|
D | posix_clocks.h | 26 #ifndef CLOCK_BOOTTIME 27 # define CLOCK_BOOTTIME 7 macro
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime03.c | 29 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, 10}, 32 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, -10},
|
D | clock_gettime01.c | 55 .clktype = CLOCK_BOOTTIME,
|
D | clock_gettime02.c | 79 .clktype = CLOCK_BOOTTIME,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os_unix.c | 79 #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/ |
D | clock_getres.c | 65 int result = clock_getres(CLOCK_BOOTTIME, &ts); in clock_getres_0400()
|
D | clock_nanosleep.c | 80 ret = clock_nanosleep(CLOCK_BOOTTIME, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0400()
|
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
D | sysinfo03.c | 45 CLOCK_BOOTTIME, off); in verify_sysinfo()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
D | sys_clock_test.cpp | 115 int result = clock_getres(CLOCK_BOOTTIME, ×); 274 int result = clock_gettime(CLOCK_BOOTTIME, ×);
|
/third_party/node/deps/uv/src/unix/ |
D | linux-core.c | 74 #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/ |
D | linux-core.c | 74 #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/ |
D | time.h | 78 #define CLOCK_BOOTTIME 7 macro
|
/third_party/rust/crates/nix/src/ |
D | time.rs | 80 pub const CLOCK_BOOTTIME: ClockId = ClockId(libc::CLOCK_BOOTTIME); constant
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
D | types.rs | 139 Boottime = linux_raw_sys::general::CLOCK_BOOTTIME,
|
/third_party/ltp/testcases/kernel/syscalls/clock_getres/ |
D | clock_getres01.c | 31 {"CLOCK_BOOTTIME", CLOCK_BOOTTIME, 0, 0,},
|
/third_party/rust/crates/nix/src/sys/ |
D | timerfd.rs | 72 CLOCK_BOOTTIME,
|
/third_party/ltp/lib/ |
D | tst_clocks.c | 134 case CLOCK_BOOTTIME: in tst_clock_name()
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime02.c | 79 .type = CLOCK_BOOTTIME,
|
/third_party/f2fs-tools/ |
D | configure.ac | 206 ],[return CLOCK_BOOTTIME])], 209 [Define if CLOCK_BOOTTIME is available])],
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 93 #define CLOCK_BOOTTIME 7 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 93 #define CLOCK_BOOTTIME 7 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 92 #define CLOCK_BOOTTIME 7 macro
|