Home
last modified time | relevance | path

Searched defs:WaitStatus (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_bsd.go81 type WaitStatus uint32 type
128 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {
Dsyscall_solaris.go204 type WaitStatus uint32 type
251 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (int, error) {
Dsyscall_linux.go279 type WaitStatus uint32 type
338 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {