Home
last modified time | relevance | path

Searched refs:CLOCK_TAI (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dcommon_timers.h26 CLOCK_TAI,
47 CLOCK_TO_STR(CLOCK_TAI); in get_clock_str()
59 case CLOCK_TAI: in possibly_unsupported()
H A Dposix_clocks.h38 #ifndef CLOCK_TAI
39 #define CLOCK_TAI 11 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dtime.h54 #define CLOCK_TAI 11 macro
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dclock_getres.c35 * @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 Dclock_nanosleep.c41 * @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 Dtime.h82 #define CLOCK_TAI 11 macro
/third_party/rust/crates/nix/src/
H A Dtime.rs176 pub const CLOCK_TAI: ClockId = ClockId(libc::CLOCK_TAI); consts
/third_party/ltp/lib/
H A Dtst_clocks.c140 case CLOCK_TAI: in tst_clock_name()
141 return "CLOCK_TAI"; in tst_clock_name()
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h97 #define CLOCK_TAI 11 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h96 #define CLOCK_TAI 11 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h97 #define CLOCK_TAI 11 macro
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_waitv01.c98 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 Dtime.h110 #define CLOCK_TAI 11 macro
/third_party/musl/include/
H A Dtime.h99 #define CLOCK_TAI 11 macro
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dsys_clock_test.cpp153 * clock (CLOCK_TAI in this case), and it checks if the retrieved resolution matches the expected
160 int result = clock_getres(CLOCK_TAI, &times); in HWTEST_F()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso_wrappers.rs60 DynamicClockId::Tai => linux_raw_sys::general::CLOCK_TAI as __kernel_clockid_t,
/third_party/python/Modules/
H A Dtimemodule.c2007 #ifdef CLOCK_TAI
2008 if (PyModule_AddIntMacro(module, CLOCK_TAI) < 0) {
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs501 pub const CLOCK_TAI: ::clockid_t = 11; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1341 pub const CLOCK_TAI: u32 = 11; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1450 pub const CLOCK_TAI: ::clockid_t = 11; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1344 pub const CLOCK_TAI: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1336 pub const CLOCK_TAI: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1354 pub const CLOCK_TAI: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1349 pub const CLOCK_TAI: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1346 pub const CLOCK_TAI: u32 = 11; consts

Completed in 118 milliseconds

12