Searched defs:timeout (Results 1 – 6 of 6) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _timeout.py | 22 def timeout(seconds: int = 10, error_message: Optional[str] = None) -> Callable[[Callable[_P, _T]],… function
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 474 def preprocess(self, codeStr, timeout = 600.0): argument 497 def checkPreprocess(self, codeStr, timeout = 600.0): argument 646 …, cleanup = 1, defaultOutputArg = '', executor = None,linkLanguage=None, timeout = 60, threads = 1… argument 691 … = '', cleanup = 1, defaultArg = '', executor = None, linkLanguage=None, timeout = 60, threads = 1… argument
|
| H A D | libraries.py | 411 … '&argc, &argv', boolType = 'int', noCheckArg = 0, defaultArg = '', executor = None, timeout = 60): argument 555 …ols(self, flags, checkLink = None, libraries = [], defaultArg = '', executor = None, timeout = 60): argument
|
| H A D | headers.py | 89 def checkInclude(self, incl, hfiles, otherIncludes = [], macro = None, timeout = 600.0): argument
|
| H A D | package.py | 955 def checkInclude(self, incl, hfiles, otherIncludes = [], timeout = 600.0): argument 963 def checkMacros(self, timeout = 600.0): argument
|
| /petsc/config/BuildSystem/ |
| H A D | script.py | 209 …def executeShellCommand(command, checkCommand = None, timeout = 600.0, log = None, lineLimit = 0, … argument 216 …def executeShellCommandSeq(commandseq, checkCommand = None, timeout = 600.0, log = None, lineLimit… argument
|