Home | History | Annotate | Download | only in strace

Lines Matching refs:wait4

382 	 * between PTRACE_ATTACH and wait4 () on SIGSTOP.
1700 if (wait4(tcp->pid, &status, __WALL, NULL) < 0) {
1716 if (wait4(tcp->pid, &status, __WCLONE,
2418 pid = wait4(-1, &status, wait4_options, cflag ? &ru : NULL);
2423 pid = wait4(-1, &status, wait4_options,
2428 pid = wait4(-1, &status, __WCLONE,
2431 fprintf(stderr, "strace: clone wait4 "
2436 pid = wait4(-1, &status, 0, cflag ? &ru : NULL);