Home
last modified time | relevance | path

Searched refs:set_nonblocking (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dpty.rs41 pty.set_nonblocking()?; in new()
H A Dsys.rs94 pub(crate) fn set_nonblocking(&self) -> io::Result<()> { in set_nonblocking() method