Searched refs:WUNTRACED (Results 1 – 7 of 7) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | wait.h | 5 #define WUNTRACED 0x00000002 macro 6 #define WSTOPPED WUNTRACED
|
/external/strace/xlat/ |
D | wait4_options.h | 26 #if defined(WUNTRACED) || (defined(HAVE_DECL_WUNTRACED) && HAVE_DECL_WUNTRACED) 27 XLAT(WUNTRACED),
|
D | wait4_options.in | 3 WUNTRACED
|
/external/strace/tests/ |
D | wait.c | 84 assert(wait4(pid, &s, WUNTRACED, NULL) == pid); in main() 91 assert(wait4(-1, &s, WNOHANG | WUNTRACED | __WALL, &rusage) == -1); in main()
|
/external/toybox/toys/pending/ |
D | bootchartd.c | 299 waitpid(lgr_pid, NULL, WUNTRACED); in bootchartd_main()
|
/external/libdaemon/libdaemon/ |
D | dfork.c | 321 if (waitpid(pid, NULL, WUNTRACED) < 0) { in daemon_fork()
|
/external/mksh/src/ |
D | jobs.c | 1345 WUNTRACED)); in j_sigchld()
|