Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dtime.h88 static inline int32_t _ts_to_ms(const struct timespec *to) in _ts_to_ms() function
/Zephyr-latest/lib/posix/options/
Dsemaphore.c177 abstime_ms = (int64_t)_ts_to_ms(abstime); in sem_timedwait()
178 current_ms = (int64_t)_ts_to_ms(&current); in sem_timedwait()
Dtimer.c269 timer->reload = _ts_to_ms(&value->it_interval); in timer_settime()
274 duration = _ts_to_ms(&(value->it_value)); in timer_settime()