func syscall.Kill
3 uses
syscall (current package)
zsyscall_linux_amd64.go#L570: func Kill(pid int, sig Signal) (err error) {
os
exec_unix.go#L78: if e := syscall.Kill(p.Pid, s); e != nil {
time
sys_unix.go#L16: syscall.Kill(syscall.Getpid(), syscall.SIGCHLD)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)