Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/src/process/unix/
Dorphan.rs14 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>>; in try_wait() method
22 fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
191 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
165 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/android-crates-io/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.rs305 fn try_wait(&mut self) -> std::io::Result<Option<ExitCode>>; in try_wait() method
316 fn try_wait(&mut self) -> std::io::Result<Option<ExitCode>> { in try_wait() method
341 fn try_wait(&mut self) -> std::io::Result<Option<ExitCode>> { in try_wait() method
/external/rust/android-crates-io/crates/tokio/src/process/
Dwindows.rs91 pub(crate) fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
Dmod.rs1249 pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> { in try_wait() method
/external/crosvm/src/crosvm/plugin/
Dprocess.rs318 pub fn try_wait(&mut self) -> SysResult<ProcessStatus> { in try_wait() method