Searched refs:microsec (Results 1 – 2 of 2) sorted by relevance
203 void nhw_upty_wait_for_pty(int fd, uint64_t microsec) { in nhw_upty_wait_for_pty() argument213 tv.tv_sec = microsec / 1e6; in nhw_upty_wait_for_pty()214 tv.tv_nsec = (microsec - tv.tv_sec*1e6)*1e3; in nhw_upty_wait_for_pty()
15 void nhw_upty_wait_for_pty(int fd, uint64_t microsec);