Searched refs:__timespec_from_ms (Results 1 – 3 of 3) sorted by relevance
23 __timespec_from_ms(&ts, ms); in pthread_mutex_lock_timeout_np()
21 __timespec_from_ms(&ts, ms); in pthread_cond_timeout_np()
201 static inline void __timespec_from_ms(struct timespec* ts, const unsigned ms) in __timespec_from_ms() function