/third_party/ltp/include/lapi/ |
H A D | common_timers.h | 26 CLOCK_TAI, 47 CLOCK_TO_STR(CLOCK_TAI); in get_clock_str() 59 case CLOCK_TAI: in possibly_unsupported()
|
H A D | posix_clocks.h | 38 #ifndef CLOCK_TAI 39 #define CLOCK_TAI 11 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
H A D | time.h | 54 #define CLOCK_TAI 11 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | clock_getres.c | 35 * @tc.desc : Verify that the resolution in the specified poem can be found (the parameter is CLOCK_TAI) 41 int result = clock_getres(CLOCK_TAI, &ts); in clock_getres_0200()
|
H A D | clock_nanosleep.c | 41 * @tc.desc : Each parameter is valid, clk is CLOCK_TAI, which can specify the sleep of the clock. 50 ret = clock_nanosleep(CLOCK_TAI, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0200()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | time.h | 82 #define CLOCK_TAI 11 macro
|
/third_party/rust/crates/nix/src/ |
H A D | time.rs | 176 pub const CLOCK_TAI: ClockId = ClockId(libc::CLOCK_TAI); consts
|
/third_party/ltp/lib/ |
H A D | tst_clocks.c | 140 case CLOCK_TAI: in tst_clock_name() 141 return "CLOCK_TAI"; in tst_clock_name()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 97 #define CLOCK_TAI 11 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 96 #define CLOCK_TAI 11 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 97 #define CLOCK_TAI 11 macro
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_waitv01.c | 98 TST_EXP_FAIL(futex_waitv(waitv, 1, 0, &to, CLOCK_TAI), EINVAL, in test_invalid_clockid()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 110 #define CLOCK_TAI 11 macro
|
/third_party/musl/include/ |
H A D | time.h | 99 #define CLOCK_TAI 11 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | sys_clock_test.cpp | 153 * clock (CLOCK_TAI in this case), and it checks if the retrieved resolution matches the expected 160 int result = clock_getres(CLOCK_TAI, ×); in HWTEST_F()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso_wrappers.rs | 60 DynamicClockId::Tai => linux_raw_sys::general::CLOCK_TAI as __kernel_clockid_t,
|
/third_party/python/Modules/ |
H A D | timemodule.c | 2007 #ifdef CLOCK_TAI 2008 if (PyModule_AddIntMacro(module, CLOCK_TAI) < 0) {
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 501 pub const CLOCK_TAI: ::clockid_t = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1341 pub const CLOCK_TAI: u32 = 11; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1450 pub const CLOCK_TAI: ::clockid_t = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1344 pub const CLOCK_TAI: u32 = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1336 pub const CLOCK_TAI: u32 = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1354 pub const CLOCK_TAI: u32 = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1349 pub const CLOCK_TAI: u32 = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1346 pub const CLOCK_TAI: u32 = 11; consts
|