Searched defs:ms (Results 1 – 6 of 6) sorted by relevance
45 void timespec_from_ms(timespec& ts, const int ms) { in timespec_from_ms()
40 int poll(pollfd* fds, nfds_t fd_count, int ms) __overloadable { in poll()
242 pthread_mutex_t* mutex, unsigned ms) { in pthread_cond_timeout_np()
621 extern "C" int pthread_mutex_lock_timeout_np(pthread_mutex_t* mutex_interface, unsigned ms) { in pthread_mutex_lock_timeout_np()
95 static inline void timespec_add_ms(timespec& ts, size_t ms) { in timespec_add_ms()
135 __u32 ms; member