Home
last modified time | relevance | path

Searched defs:wait4 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/
H A Dexit.c1803 SYSCALL_DEFINE4(wait4, pid_t, upid, int __user *, stat_addr, in SYSCALL_DEFINE4() argument
1830 COMPAT_SYSCALL_DEFINE4(wait4, in COMPAT_SYSCALL_DEFINE4() argument
/openbmc/linux/tools/include/nolibc/
H A Dsys.h1141 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage) in wait4() function