Home
last modified time | relevance | path

Searched defs:Wait4 (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsyscall_aix.go359 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) { func
Dsyscall_bsd.go137 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) { func
Dsyscall_solaris.go286 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (int, error) { func
Dsyscall_linux.go369 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) { func
Dsyscall_zos_s390x.go1188 var Wait4 = enter_Wait4 var
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dsyscall_bsd.go142 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) { func
Dsyscall_solaris.go275 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) { func
Dsyscall_aix.go221 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) { func
Dsyscall_js.go342 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) { func
Dsyscall_wasip1.go411 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) { func
Dsyscall_linux.go513 func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) { func