Home
last modified time | relevance | path

Searched refs:_ts_to_ms (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/lib/posix/
Dsemaphore.c108 abstime_ms = (int64_t)_ts_to_ms(abstime); in sem_timedwait()
109 current_ms = (int64_t)_ts_to_ms(&current); in sem_timedwait()
Dtimer.c156 timer->reload = _ts_to_ms(&value->it_interval); in timer_settime()
161 duration = _ts_to_ms(&(value->it_value)); in timer_settime()
/Zephyr-Core-2.7.6/include/posix/
Dtime.h82 static inline int32_t _ts_to_ms(const struct timespec *to) in _ts_to_ms() function