Searched defs:WaitStatus (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_bsd.go | 81 type WaitStatus uint32 type 128 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {
|
D | syscall_solaris.go | 204 type WaitStatus uint32 type 251 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (int, error) {
|
D | syscall_linux.go | 279 type WaitStatus uint32 type 338 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {
|