Home
last modified time | relevance | path

Searched refs:secondsToWait (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Support/
DProgram.cpp31 const StringRef **redirects, unsigned secondsToWait, in ExecuteAndWait() argument
39 PI, secondsToWait, /*WaitUntilTerminates=*/secondsToWait == 0, ErrMsg); in ExecuteAndWait()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DProgram.cpp31 const StringRef **redirects, unsigned secondsToWait, in ExecuteAndWait() argument
39 PI, secondsToWait, /*WaitUntilTerminates=*/secondsToWait == 0, ErrMsg); in ExecuteAndWait()
/external/swiftshader/third_party/LLVM/lib/Support/
DProgram.cpp29 unsigned secondsToWait, in ExecuteAndWait() argument
34 return prg.Wait(path, secondsToWait, ErrMsg); in ExecuteAndWait()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DProgram.h95 unsigned secondsToWait, ///< If non-zero, this specifies the amount
139 unsigned secondsToWait = 0,
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DProgram.inc300 unsigned secondsToWait,
315 if (secondsToWait) {
320 alarm(secondsToWait);
330 if (secondsToWait && errno == EINTR) {
355 if (secondsToWait) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProgram.h108 unsigned secondsToWait = 0, ///< If non-zero, this specifies the amount
/external/llvm/include/llvm/Support/
DProgram.h108 unsigned secondsToWait = 0, ///< If non-zero, this specifies the amount
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc334 unsigned secondsToWait,
346 if (secondsToWait > 0)
347 millisecondsToWait = secondsToWait * 1000;