Home
last modified time | relevance | path

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

/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/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/include/
Dtime.h96 #define CLOCK_TAI 11 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h97 #define CLOCK_TAI 11 macro
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h97 #define CLOCK_TAI 11 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h108 #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/python/Modules/
Dtimemodule.c1978 #ifdef CLOCK_TAI
1979 if (PyModule_AddIntMacro(module, CLOCK_TAI) < 0) {
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst738 Add :data:`time.CLOCK_TAI` constant if the operating system support it.
/third_party/python/Doc/library/
Dtime.rst806 .. data:: CLOCK_TAI
/third_party/gstreamer/gstreamer/
DChangeLog6297 systemclock: No need to check for CLOCK_TAI in the meson
6299 it's safe to assume that CLOCK_TAI will also be.
6307 GST_CLOCK_TYPE_TAI is GStreamer abstraction for CLOCK_TAI. Main
6311 in CLOCK_TAI coordinate.
6312 With GST_CLOCK_TYPE_TAI, applications can use CLOCK_TAI directly on
6314 leveraging system's CLOCK_TAI, applications also don't need to keep track
6315 of leap seconds - less burden for them. Just keep system's CLOCK_TAI