Searched refs:timespec_to_timeoutms (Results 1 – 6 of 6) sorted by relevance
11 int64_t timespec_to_timeoutms(const struct timespec *abstime) in timespec_to_timeoutms() function
18 int64_t timespec_to_timeoutms(const struct timespec *abstime);169 return cond_wait(cv, mut, K_MSEC((int32_t)timespec_to_timeoutms(abstime))); in pthread_cond_timedwait()
30 int64_t timespec_to_timeoutms(const struct timespec *abstime);209 timeout = (int32_t) timespec_to_timeoutms(abstime); in pthread_rwlock_timedrdlock()282 timeout = (int32_t) timespec_to_timeoutms(abstime); in pthread_rwlock_timedwrlock()
21 int64_t timespec_to_timeoutms(const struct timespec *abstime);213 int32_t timeout = (int32_t)timespec_to_timeoutms(abstime); in pthread_mutex_timedlock()
37 int64_t timespec_to_timeoutms(const struct timespec *abstime);258 int32_t timeout = (int32_t) timespec_to_timeoutms(abstime); in mq_timedsend()289 int32_t timeout = (int32_t) timespec_to_timeoutms(abstime); in mq_timedreceive()
84 int64_t timespec_to_timeoutms(const struct timespec *abstime);1156 return pthread_timedjoin_internal(pthread, status, K_MSEC(timespec_to_timeoutms(abstime))); in pthread_timedjoin_np()