Searched refs:remainedTime (Results 1 – 3 of 3) sorted by relevance
59 uint64_t remainedTime = maxWaitingTime * NS_PER_SECOND; in ExecCommand() local60 while (remainedTime > 0) { in ExecCommand()69 remainedTime = (remainedTime > duration) ? (remainedTime - duration) : 0; in ExecCommand()
153 uint64_t remainedTime = timeout * NS_PER_SECOND; in WaitForDoneFile() local154 while (remainedTime > 0) { in WaitForDoneFile()162 remainedTime = (remainedTime > duration) ? (remainedTime - duration) : 0; in WaitForDoneFile()
183 time_t remainedTime = maxWaitingTime; in ForkAndRunCommands() local184 while (remainedTime > 0) { in ForkAndRunCommands()194 remainedTime = (remainedTime > duration) ? (remainedTime - duration) : 0; in ForkAndRunCommands()