Searched refs:wait4 (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c215 waiting = wait4(ret, &status, __WCLONE, NULL);
220 putstr("# wait4() failed: ");
226 putstr("# wait4() returned wrong PID ");
/linux-master/tools/perf/bench/
H A Dinject-buildid.c387 wait4(data->pid, &status, 0, &rusage);
/linux-master/kernel/
H A Dexit.c1033 * wait4()-ing process will get the correct exit code - even if this
1814 SYSCALL_DEFINE4(wait4, pid_t, upid, int __user *, stat_addr,
1841 COMPAT_SYSCALL_DEFINE4(wait4,
/linux-master/tools/include/nolibc/
H A Dsys.h1167 * pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
1188 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage) function
/linux-master/tools/perf/
H A Dbuiltin-stat.c892 wait4(child_pid, &status, 0, &stat_config.ru_data);

Completed in 223 milliseconds