Home
last modified time | relevance | path

Searched defs:WaitResult (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DProgramTest.cpp235 ProcessInfo WaitResult = in TEST_F() local
254 ProcessInfo WaitResult = llvm::sys::Wait(PI2, /*SecondsToWait=*/0, &Error); in TEST_F() local
328 ProcessInfo WaitResult = Wait(PI1, std::nullopt, &Error); in TEST_F() local
341 ProcessInfo WaitResult = Wait(PI2, std::nullopt, &Error); in TEST_F() local
404 ProcessInfo WaitResult; in TEST_F() local
557 ProcessInfo WaitResult = llvm::sys::Wait(PI2, /*SecondsToWait=*/5, &Error); in TEST_F() local