Home
last modified time | relevance | path

Searched refs:__timespec_from_ms (Results 1 - 6 of 6) sorted by relevance

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

Completed in 5 milliseconds