Home
last modified time | relevance | path

Searched defs:try_wait (Results 1 – 11 of 11) 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
190 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
Dmod.rs53 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
138 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/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlatch.hpp81 bool try_wait() in try_wait() function in boost::latch
Dcompletion_latch.hpp118 bool try_wait() in try_wait() function in boost::completion_latch
/external/skia/src/base/
DSkSemaphore.cpp77 bool SkSemaphore::try_wait() { in try_wait() function in SkSemaphore
/external/rust/crates/shared_child/src/
Dlib.rs186 pub fn try_wait(&self) -> io::Result<Option<ExitStatus>> { in try_wait() method
/external/crosvm/src/crosvm/sys/windows/
Dbroker.rs304 fn try_wait(&mut self) -> std::io::Result<Option<ExitCode>>; in try_wait() method
315 fn try_wait(&mut self) -> std::io::Result<Option<ExitCode>> { in try_wait() method
340 fn try_wait(&mut self) -> std::io::Result<Option<ExitCode>> { in try_wait() method
/external/rust/crates/tokio/src/process/
Dwindows.rs91 pub(crate) fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
Dmod.rs1233 pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
/external/crosvm/src/crosvm/plugin/
Dprocess.rs313 pub fn try_wait(&mut self) -> SysResult<ProcessStatus> { in try_wait() method