syscall.SysProcAttr.Pdeathsig (field)

4 uses

	syscall (current package)
		exec_linux.go#L48: 	Pdeathsig    Signal         // Signal that the process will get when its parent dies (Linux and FreeBSD only)
		exec_linux.go#L427: 	if sys.Pdeathsig != 0 {
		exec_linux.go#L428: 		_, _, err1 = RawSyscall6(SYS_PRCTL, PR_SET_PDEATHSIG, uintptr(sys.Pdeathsig), 0, 0, 0, 0)
		exec_linux.go#L439: 			_, _, err1 := RawSyscall(SYS_KILL, pid, uintptr(sys.Pdeathsig), 0)