Searched refs:SecondsToWait (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Program.cpp | 34 unsigned SecondsToWait, unsigned MemoryLimit, in ExecuteAndWait() argument 42 PI, SecondsToWait, /*WaitUntilTerminates=*/SecondsToWait == 0, ErrMsg); in ExecuteAndWait()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A 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
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A 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) {
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Program.inc | 393 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait, 401 else if (SecondsToWait > 0) 402 milliSecondsToWait = SecondsToWait * 1000; 407 if (SecondsToWait) {
|