Home
last modified time | relevance | path

Searched refs:timespec_from_ms (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/private/
Dbionic_time_conversions.h41 __LIBC_HIDDEN__ void timespec_from_ms(timespec& ts, const int ms);
/bionic/libc/bionic/
Dbionic_time_conversions.cpp45 void timespec_from_ms(timespec& ts, const int ms) { in timespec_from_ms() function
Dpoll.cpp45 timespec_from_ms(ts, ms); in poll()
Dpthread_cond.cpp283 timespec_from_ms(ts, ms); in pthread_cond_timeout_np()
Dpthread_mutex.cpp952 timespec_from_ms(ts, ms); in pthread_mutex_lock_timeout_np()