/third_party/ltp/include/lapi/ |
D | common_timers.h | 26 CLOCK_TAI, 47 CLOCK_TO_STR(CLOCK_TAI); in get_clock_str() 59 case CLOCK_TAI: in possibly_unsupported()
|
D | posix_clocks.h | 38 #ifndef CLOCK_TAI 39 #define CLOCK_TAI 11 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | time.h | 54 #define CLOCK_TAI 11 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | clock_getres.c | 41 int result = clock_getres(CLOCK_TAI, &ts); in clock_getres_0200()
|
D | clock_nanosleep.c | 50 ret = clock_nanosleep(CLOCK_TAI, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0200()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | time.h | 82 #define CLOCK_TAI 11 macro
|
/third_party/rust/crates/nix/src/ |
D | time.rs | 176 pub const CLOCK_TAI: ClockId = ClockId(libc::CLOCK_TAI); constant
|
/third_party/ltp/lib/ |
D | tst_clocks.c | 139 case CLOCK_TAI: in tst_clock_name()
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 96 #define CLOCK_TAI 11 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 96 #define CLOCK_TAI 11 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 97 #define CLOCK_TAI 11 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 97 #define CLOCK_TAI 11 macro
|
/third_party/musl/include/ |
D | time.h | 98 #define CLOCK_TAI 11 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 110 #define CLOCK_TAI 11 macro
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstsystemclock.c | 818 #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/ |
D | gstavtpsink.c | 248 txtime_cfg.clockid = CLOCK_TAI; in gst_avtp_sink_init_socket()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | vdso_wrappers.rs | 60 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/ |
D | syscalls.rs | 177 DynamicClockId::Tai => c::CLOCK_TAI, in clock_gettime_dynamic()
|
/third_party/python/Modules/ |
D | timemodule.c | 1978 #ifdef CLOCK_TAI 1979 if (PyModule_AddIntMacro(module, CLOCK_TAI) < 0) {
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 111 CLOCK_TAI
|
D | linux.txt | 254 CLOCK_TAI
|
D | android.txt | 205 CLOCK_TAI
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a6.rst | 738 Add :data:`time.CLOCK_TAI` constant if the operating system support it.
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 501 pub const CLOCK_TAI: ::clockid_t = 11; constant
|
/third_party/python/Doc/library/ |
D | time.rst | 806 .. data:: CLOCK_TAI
|