Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/process/unix/
Dorphan.rs10 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>>; in try_wait() method
18 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
156 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
Dmod.rs55 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
124 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/skqp/src/core/
DSkSemaphore.cpp94 bool SkBaseSemaphore::try_wait() { in try_wait() function in SkBaseSemaphore
/external/rust/crates/shared_child/src/
Dlib.rs166 pub fn try_wait(&self) -> io::Result<Option<ExitStatus>> { in try_wait() method
/external/rust/crates/tokio/src/process/
Dwindows.rs90 pub(crate) fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
Dmod.rs1052 pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
/external/crosvm/src/plugin/
Dprocess.rs287 pub fn try_wait(&mut self) -> SysResult<ProcessStatus> { in try_wait() method