Home
last modified time | relevance | path

Searched refs:CLOCK_TAI (Results 1 – 25 of 41) sorted by relevance

12

/third_party/ltp/include/lapi/
Dcommon_timers.h26 CLOCK_TAI,
47 CLOCK_TO_STR(CLOCK_TAI); in get_clock_str()
59 case CLOCK_TAI: in possibly_unsupported()
Dposix_clocks.h38 #ifndef CLOCK_TAI
39 #define CLOCK_TAI 11 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dtime.h54 #define CLOCK_TAI 11 macro
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dclock_getres.c41 int result = clock_getres(CLOCK_TAI, &ts); in clock_getres_0200()
Dclock_nanosleep.c50 ret = clock_nanosleep(CLOCK_TAI, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0200()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtime.h82 #define CLOCK_TAI 11 macro
/third_party/rust/crates/nix/src/
Dtime.rs176 pub const CLOCK_TAI: ClockId = ClockId(libc::CLOCK_TAI); constant
/third_party/ltp/lib/
Dtst_clocks.c139 case CLOCK_TAI: in tst_clock_name()
/third_party/musl/ndk_musl_include/
Dtime.h96 #define CLOCK_TAI 11 macro
/third_party/musl/porting/liteos_m/user/include/
Dtime.h96 #define CLOCK_TAI 11 macro
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h97 #define CLOCK_TAI 11 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h97 #define CLOCK_TAI 11 macro
/third_party/musl/include/
Dtime.h98 #define CLOCK_TAI 11 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h110 #define CLOCK_TAI 11 macro
/third_party/gstreamer/gstreamer/gst/
Dgstsystemclock.c818 #ifdef CLOCK_TAI in clock_type_to_posix_id()
819 return CLOCK_TAI; in clock_type_to_posix_id()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpsink.c248 txtime_cfg.clockid = CLOCK_TAI; in gst_avtp_sink_init_socket()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dvdso_wrappers.rs60 DynamicClockId::Tai => linux_raw_sys::general::CLOCK_TAI as __kernel_clockid_t, in clock_gettime_dynamic()
/third_party/rust/crates/rustix/src/backend/libc/time/
Dsyscalls.rs177 DynamicClockId::Tai => c::CLOCK_TAI, in clock_gettime_dynamic()
/third_party/python/Modules/
Dtimemodule.c1978 #ifdef CLOCK_TAI
1979 if (PyModule_AddIntMacro(module, CLOCK_TAI) < 0) {
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt111 CLOCK_TAI
Dlinux.txt254 CLOCK_TAI
Dandroid.txt205 CLOCK_TAI
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst738 Add :data:`time.CLOCK_TAI` constant if the operating system support it.
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs501 pub const CLOCK_TAI: ::clockid_t = 11; constant
/third_party/python/Doc/library/
Dtime.rst806 .. data:: CLOCK_TAI

12