func syscall.Getpid
3 uses
syscall (current package)
zsyscall_linux_amd64.go#L460: func Getpid() (pid int) {
os
exec.go#L78: func Getpid() int { return syscall.Getpid() }
time
sys_unix.go#L16: syscall.Kill(syscall.Getpid(), syscall.SIGCHLD)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)