const syscall.SIGCHLD
5 uses
syscall (current package)
exec_linux.go#L217: r1, err1 = rawVforkSyscall(SYS_CLONE, uintptr(SIGCHLD|CLONE_VFORK|CLONE_VM)|sys.Cloneflags)
exec_linux.go#L219: r1, _, err1 = RawSyscall6(SYS_CLONE, 0, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0)
exec_linux.go#L221: r1, _, err1 = RawSyscall6(SYS_CLONE, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0, 0)
zerrors_linux_amd64.go#L1346: SIGCHLD = Signal(0x11)
time
sys_unix.go#L16: syscall.Kill(syscall.Getpid(), syscall.SIGCHLD)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)