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/
H A Dcheck-tested-lit-timeout-ability4 from lit.util import killProcessAndChildrenIsSupported
6 supported, errormsg = killProcessAndChildrenIsSupported()
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DLitConfig.py90 return lit.util.killProcessAndChildrenIsSupported()
H A Dutil.py427 def killProcessAndChildrenIsSupported(): function