Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_lock_timeout_np.c23 __timespec_from_ms(&ts, ms); in pthread_mutex_lock_timeout_np()
Dpthread_cond_timeout_np.c21 __timespec_from_ms(&ts, ms); in pthread_cond_timeout_np()
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h201 static inline void __timespec_from_ms(struct timespec* ts, const unsigned ms) in __timespec_from_ms() function