Searched refs:timeoutHelper (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 170 timeoutHelper = TimeoutHelper(timeout) 172 timeoutHelper.startTimer() 173 finalExitCode = _executeShCmd(cmd, shenv, results, timeoutHelper) 174 timeoutHelper.cancel() 176 if timeoutHelper.timeoutReached(): 609 def _executeShCmd(cmd, shenv, results, timeoutHelper): argument 610 if timeoutHelper.timeoutReached(): 617 res = _executeShCmd(cmd.lhs, shenv, results, timeoutHelper) 624 res = _executeShCmd(cmd.lhs, shenv, results, timeoutHelper) 630 res = _executeShCmd(cmd.lhs, shenv, results, timeoutHelper) [all …]
|