Searched defs:WaitResult (Results 1 – 3 of 3) sorted by relevance
234 ProcessInfo WaitResult = llvm::sys::Wait(PI1, 0, true, &Error); in TEST_F() local251 ProcessInfo WaitResult = llvm::sys::Wait(PI2, 0, false, &Error); in TEST_F() local
112 pub fn wait(&mut self, timeout: Option<Duration>) -> Result<WaitResult> { in wait()
41 pub enum WaitResult { enum103 pub fn wait(&mut self, timeout: Option<Duration>) -> Result<WaitResult> { in wait()