Home
last modified time | relevance | path

Searched defs:kill (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-kill.md1 # kill chapter
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-kill.md1 # kill chapter
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_exit_hook.c58 int kill(pid_t pid, int sig) in kill() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dchild.rs46 pub(crate) fn kill(&mut self) -> io::Result<()> { in kill() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs200 pub async fn kill(&mut self) -> io::Result<()> { in kill() method
H A Dcommand.rs26 kill: bool, field