Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 6 of 6) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_timeout.py22 def timeout(seconds: int = 10, error_message: Optional[str] = None) -> Callable[[Callable[_P, _T]],… function
/petsc/config/BuildSystem/config/
H A Dbase.py474 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 Dlibraries.py411 … '&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 Dheaders.py89 def checkInclude(self, incl, hfiles, otherIncludes = [], macro = None, timeout = 600.0): argument
H A Dpackage.py955 def checkInclude(self, incl, hfiles, otherIncludes = [], timeout = 600.0): argument
963 def checkMacros(self, timeout = 600.0): argument
/petsc/config/BuildSystem/
H A Dscript.py209 …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