Searched refs:timeout_nsec (Results 1 – 1 of 1) sorted by relevance
160 int wait(uint64_t timeout_nsec) { in wait() argument170 ts.tv_sec += timeout_nsec / 1000000000; in wait()171 ts.tv_nsec += timeout_nsec % 1000000000; in wait()