Home
last modified time | relevance | path

Searched refs:SecondsToWait (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DProgram.cpp34 unsigned SecondsToWait, unsigned MemoryLimit, in ExecuteAndWait() argument
42 PI, SecondsToWait, /*WaitUntilTerminates=*/SecondsToWait == 0, ErrMsg); in ExecuteAndWait()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DProgram.h107 unsigned SecondsToWait = 0, ///< If non-zero, this specifies the amount
187 unsigned SecondsToWait, ///< If non-zero, this specifies the amount of
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProgram.inc324 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
332 SecondsToWait = 0;
333 } else if (SecondsToWait) {
341 alarm(SecondsToWait);
342 } else if (SecondsToWait == 0)
358 if (SecondsToWait && errno == EINTR) {
383 if (SecondsToWait && !WaitUntilTerminates) {
/external/llvm/lib/Support/Unix/
DProgram.inc324 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
332 SecondsToWait = 0;
333 } else if (SecondsToWait) {
341 alarm(SecondsToWait);
342 } else if (SecondsToWait == 0)
358 if (SecondsToWait && errno == EINTR) {
383 if (SecondsToWait && !WaitUntilTerminates) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DProgram.inc332 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
340 SecondsToWait = 0;
341 } else if (SecondsToWait) {
349 alarm(SecondsToWait);
350 } else if (SecondsToWait == 0)
366 if (SecondsToWait && errno == EINTR) {
391 if (SecondsToWait && !WaitUntilTerminates) {
/external/llvm/include/llvm/Support/
DProgram.h180 unsigned SecondsToWait, ///< If non-zero, this specifies the amount of
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProgram.h180 unsigned SecondsToWait, ///< If non-zero, this specifies the amount of
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProgram.inc374 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
382 else if (SecondsToWait > 0)
383 milliSecondsToWait = SecondsToWait * 1000;
388 if (SecondsToWait) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc417 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
425 else if (SecondsToWait > 0)
426 milliSecondsToWait = SecondsToWait * 1000;
431 if (SecondsToWait) {
/external/llvm/lib/Support/Windows/
DProgram.inc417 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
425 else if (SecondsToWait > 0)
426 milliSecondsToWait = SecondsToWait * 1000;
431 if (SecondsToWait) {