Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/process/unix/
Dorphan.rs13 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>>; in try_wait() method
21 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
179 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
Dmod.rs56 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
125 pub(crate) fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
Dreap.rs167 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
/external/skia/src/core/
DSkSemaphore.cpp74 bool SkSemaphore::try_wait() { in try_wait() function in SkSemaphore
/external/rust/crates/tokio/src/process/
Dwindows.rs90 pub(crate) fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
Dmod.rs1091 pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
/external/rust/crates/shared_child/src/
Dlib.rs186 pub fn try_wait(&self) -> io::Result<Option<ExitStatus>> { in try_wait() method
/external/crosvm/src/plugin/
Dprocess.rs329 pub fn try_wait(&mut self) -> SysResult<ProcessStatus> { in try_wait() method