Searched refs:SecondsToWait (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Program.cpp | 34 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/ |
D | Program.h | 107 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/ |
D | Program.inc | 324 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/ |
D | Program.inc | 324 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/ |
D | Program.inc | 332 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/ |
D | Program.h | 180 unsigned SecondsToWait, ///< If non-zero, this specifies the amount of
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Program.h | 180 unsigned SecondsToWait, ///< If non-zero, this specifies the amount of
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Program.inc | 374 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/ |
D | Program.inc | 417 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/ |
D | Program.inc | 417 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait, 425 else if (SecondsToWait > 0) 426 milliSecondsToWait = SecondsToWait * 1000; 431 if (SecondsToWait) {
|