Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DProgramTest.cpp234 ProcessInfo WaitResult = llvm::sys::Wait(PI1, 0, true, &Error); in TEST_F() local
251 ProcessInfo WaitResult = llvm::sys::Wait(PI2, 0, false, &Error); in TEST_F() local
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java134 public static class WaitResult { class