Searched refs:__absolute_timespec_from_timespec (Results 1 – 3 of 3) sorted by relevance
25 __absolute_timespec_from_timespec(&abs_timeout, &ts, CLOCK_MONOTONIC); in pthread_mutex_lock_timeout_np()
23 __absolute_timespec_from_timespec(&abs_timeout, &ts, CLOCK_MONOTONIC); in pthread_cond_timeout_np()
227 static inline void __absolute_timespec_from_timespec(struct timespec *abs_ts, in __absolute_timespec_from_timespec() function