func internal/syscall/unix.PidFDSendSignal
3 uses
internal/syscall/unix (current package)
pidfd_linux.go#L9: func PidFDSendSignal(pidfd uintptr, s syscall.Signal) error {
os
pidfd_linux.go#L138: return convertESRCH(unix.PidFDSendSignal(handle, s))
pidfd_linux.go#L183: if err := unix.PidFDSendSignal(fd, 0); err != nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |