func syscall.Getppid

2 uses

	syscall (current package)
		zsyscall_linux_amd64.go#L493: func Getppid() (ppid int) {

	os
		exec.go#L81: func Getppid() int { return syscall.Getppid() }