Home
last modified time | relevance | path

Searched refs:WSTOPPED (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dwait4_options.h2 #ifndef WSTOPPED
25 #ifndef WSTOPPED
36 #if defined(WSTOPPED) || (defined(HAVE_DECL_WSTOPPED) && HAVE_DECL_WSTOPPED)
37 XLAT(WSTOPPED),
Dwait4_options.in2 #ifndef WSTOPPED
7 WSTOPPED
/external/strace/tests/
Dwait.expected7 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 .*
Dwait.c88 assert(waitid(P_PID, pid, &info, WEXITED | WSTOPPED) == 0); in main()
/external/kernel-headers/original/uapi/linux/
Dwait.h6 #define WSTOPPED WUNTRACED macro
/external/tlsdate/src/events/
Dsigchld.c89 ret = waitid (P_ALL, -1, &info, WSTOPPED|WCONTINUED|WNOHANG); in handle_child_stop()
/external/libchrome/sandbox/linux/services/
Dyama_unittests.cc52 int wait_ret = HANDLE_EINTR(waitid(P_PID, pid, &process_info, WSTOPPED)); in CanPtrace()
/external/strace/
Dstrace.c1290 while (waitpid(pid, &status, WSTOPPED) < 0) { in startup_child()
DREADME-linux-ptrace106 __WALL value does not include WSTOPPED and WEXITED bits, but implies