Searched refs:SecondsToWait (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Program.cpp | 33 unsigned SecondsToWait, unsigned MemoryLimit, in ExecuteAndWait() argument 41 PI, SecondsToWait, /*WaitUntilTerminates=*/SecondsToWait == 0, ErrMsg); in ExecuteAndWait()
|
/external/llvm-project/llvm/lib/Support/ |
D | Program.cpp | 34 unsigned SecondsToWait, unsigned MemoryLimit, in ExecuteAndWait() argument 43 Wait(PI, SecondsToWait, /*WaitUntilTerminates=*/SecondsToWait == 0, in ExecuteAndWait()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Program.h | 106 unsigned SecondsToWait = 0, ///< If non-zero, this specifies the amount 186 unsigned SecondsToWait, ///< If non-zero, this specifies the amount of
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Program.h | 114 unsigned SecondsToWait = 0, ///< If non-zero, this specifies the amount 198 unsigned SecondsToWait, ///< If non-zero, this specifies the amount of
|
/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-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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Program.inc | 335 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait, 343 SecondsToWait = 0; 344 } else if (SecondsToWait) { 352 alarm(SecondsToWait); 353 } else if (SecondsToWait == 0) 369 if (SecondsToWait && errno == EINTR) { 394 if (SecondsToWait && !WaitUntilTerminates) {
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Program.inc | 377 ProcessInfo llvm::sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait, 386 SecondsToWait = 0; 387 } else if (SecondsToWait) { 396 alarm(SecondsToWait); 397 } else if (SecondsToWait == 0) 416 if (SecondsToWait && errno == EINTR) { 443 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-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 392 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait, 400 else if (SecondsToWait > 0) 401 milliSecondsToWait = SecondsToWait * 1000; 406 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-project/llvm/lib/Support/Windows/ |
D | Program.inc | 396 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait, 405 else if (SecondsToWait > 0) 406 milliSecondsToWait = SecondsToWait * 1000; 413 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) {
|