Home
last modified time | relevance | path

Searched refs:killProcessAndChildrenIsSupported (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/lit/tests/
Dcheck-tested-lit-timeout-ability4 from lit.util import killProcessAndChildrenIsSupported
6 supported, errormsg = killProcessAndChildrenIsSupported()
/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
DLitConfig.py90 return lit.util.killProcessAndChildrenIsSupported()
Dutil.py427 def killProcessAndChildrenIsSupported(): function