Searched refs:secondInUsec (Results 1 – 1 of 1) sorted by relevance
520 const auto secondInUsec = in WaitForFileInternal() local524 timeout.tv_sec = timeRemain / secondInUsec; in WaitForFileInternal()525 timeout.tv_usec = timeRemain % secondInUsec; in WaitForFileInternal()