Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs170 pub fn start_kill(&mut self) -> io::Result<()> { in start_kill() method
201 self.start_kill()?; in kill()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dprocess.rs74 assert!(child.start_kill().is_err()); in sdv_process_spawn_test()