Searched refs:nanos (Results 1 – 1 of 1) sorted by relevance
10119 long nanos = timeout.tv_nsec + in wait_status_thread() local10121 if (nanos >= NANOSEC) { in wait_status_thread()10123 timeout.tv_nsec = nanos - NANOSEC; in wait_status_thread()10125 timeout.tv_nsec = nanos; in wait_status_thread()