func syscall.Kill
3 uses
syscall (current package)
zsyscall_linux_amd64.go#L610: func Kill(pid int, sig Signal) (err error) {
os
exec_unix.go#L118: return convertESRCH(syscall.Kill(p.Pid, s))
time
sys_unix.go#L23: syscall.Kill(syscall.Getpid(), syscall.SIGCHLD)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)