Searched defs:wait4 (Results 1 - 1 of 1) sorted by relevance
/external/strace/ |
H A D | strace.c | 42 #define wait4 __wait4 macro 385 * between PTRACE_ATTACH and wait4 () on SIGSTOP. 1703 if (wait4(tcp->pid, &status, __WALL, NULL) < 0) { 1719 if (wait4(tcp->pid, &status, __WCLONE, 2421 pid = wait4(-1, &status, wait4_options, cflag ? &ru : NULL); 2426 pid = wait4(-1, &status, wait4_options, 2431 pid = wait4(-1, &status, __WCLONE, 2434 fprintf(stderr, "strace: clone wait4 " 2439 pid = wait4(-1, &status, 0, cflag ? &ru : NULL);
|
Completed in 169 milliseconds