Home
last modified time | relevance | path

Searched defs:try_wait_without_reaping (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/shared_child/src/sys/
Dwindows.rs31 pub fn try_wait_without_reaping(handle: Handle) -> io::Result<bool> { in try_wait_without_reaping() function
Dunix.rs36 pub fn try_wait_without_reaping(handle: Handle) -> io::Result<bool> { in try_wait_without_reaping() function