Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_lock_timeout_np.c25 __absolute_timespec_from_timespec(&abs_timeout, &ts, CLOCK_MONOTONIC); in pthread_mutex_lock_timeout_np()
Dpthread_cond_timeout_np.c23 __absolute_timespec_from_timespec(&abs_timeout, &ts, CLOCK_MONOTONIC); in pthread_cond_timeout_np()
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h227 static inline void __absolute_timespec_from_timespec(struct timespec *abs_ts, in __absolute_timespec_from_timespec() function