type internal/syscall/unix.SiginfoChild
6 uses
internal/syscall/unix (current package)
siginfo_linux.go#L18: type SiginfoChild struct {
siginfo_linux.go#L50: func (s *SiginfoChild) WaitStatus() (ws syscall.WaitStatus) {
waitid_linux.go#L17: func Waitid(idType int, id int, info *SiginfoChild, options int, rusage *syscall.Rusage) error {
os
pidfd_linux.go#L104: info unix.SiginfoChild
pidfd_linux.go#L172: var info unix.SiginfoChild
wait_waitid.go#L22: var info unix.SiginfoChild
![]() |
The pages are generated with Golds v0.8.4. (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. |