Home
last modified time | relevance | path

Searched refs:__ts (Results 1 – 2 of 2) sorted by relevance

/components/libc/cplusplus/cpp11/armclang/
A Dclock.cpp15 extern "C" int __ARM_TPL_clock_realtime(__ARM_TPL_timespec_t* __ts) in __ARM_TPL_clock_realtime() argument
18 __ts->tv_sec = t; in __ARM_TPL_clock_realtime()
19 __ts->tv_nsec = 0; in __ARM_TPL_clock_realtime()
23 extern "C" int __ARM_TPL_clock_monotonic(__ARM_TPL_timespec_t* __ts) in __ARM_TPL_clock_monotonic() argument
26 __ts->tv_sec = t / RT_TICK_PER_SECOND; in __ARM_TPL_clock_monotonic()
27 __ts->tv_nsec = (t %RT_TICK_PER_SECOND) * NANOSECOND_PER_TICK ; in __ARM_TPL_clock_monotonic()
A Dcondvar.cpp138 __ARM_TPL_timespec_t *__ts) in __ARM_TPL_condvar_timedwait() argument
147 …unsigned int timeout_ms = (__ts->tv_sec - now.tv_sec) * 1000 + (__ts->tv_nsec - now.tv_nsec) / 100… in __ARM_TPL_condvar_timedwait()

Completed in 3 milliseconds