Searched refs:WSTOPPED (Results 1 – 9 of 9) sorted by relevance
/external/strace/xlat/ |
D | wait4_options.h | 2 #ifndef WSTOPPED 25 #ifndef WSTOPPED 36 #if defined(WSTOPPED) || (defined(HAVE_DECL_WSTOPPED) && HAVE_DECL_WSTOPPED) 37 XLAT(WSTOPPED),
|
D | wait4_options.in | 2 #ifndef WSTOPPED 7 WSTOPPED
|
/external/strace/tests/ |
D | wait.expected | 7 wait4\([[:digit:]]+, \[\{WIFSTOPPED\(s\) && WSTOPSIG\(s\) == SIGSTOP\}\], WSTOPPED, NULL\) += [[:di… 10 …igit:]]+, si_status=0, si_utime=[[:digit:]], si_stime=[[:digit:]]\}, WEXITED\|WSTOPPED, NULL\) += 0 11 wait4\(-1, 0x[[:xdigit:]]+, WNOHANG\|WSTOPPED\|__WALL, 0x[[:xdigit:]]+\) += -1 ECHILD .*
|
D | wait.c | 88 assert(waitid(P_PID, pid, &info, WEXITED | WSTOPPED) == 0); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | wait.h | 6 #define WSTOPPED WUNTRACED macro
|
/external/tlsdate/src/events/ |
D | sigchld.c | 89 ret = waitid (P_ALL, -1, &info, WSTOPPED|WCONTINUED|WNOHANG); in handle_child_stop()
|
/external/libchrome/sandbox/linux/services/ |
D | yama_unittests.cc | 52 int wait_ret = HANDLE_EINTR(waitid(P_PID, pid, &process_info, WSTOPPED)); in CanPtrace()
|
/external/strace/ |
D | strace.c | 1290 while (waitpid(pid, &status, WSTOPPED) < 0) { in startup_child()
|
D | README-linux-ptrace | 106 __WALL value does not include WSTOPPED and WEXITED bits, but implies
|