Searched refs:__WALL (Results 1 – 16 of 16) sorted by relevance
/external/strace/xlat/ |
D | wait4_options.h | 7 #if !(defined(__WALL) || (defined(HAVE_DECL___WALL) && HAVE_DECL___WALL)) 8 # define __WALL 0x40000000 macro 46 XLAT(__WALL),
|
D | wait4_options.in | 11 __WALL 0x40000000
|
/external/strace/tests/ |
D | wait.c | 61 assert(wait4(pid, &s, WNOHANG | __WALL, NULL) == 0); in main() 75 assert(wait4(pid, &s, __WALL, NULL) == pid); in main() 91 assert(wait4(-1, &s, WNOHANG | WUNTRACED | __WALL, &rusage) == -1); in main()
|
D | wait.expected | 1 wait4\([[:digit:]]+, 0x[[:xdigit:]]+, WNOHANG\|__WALL, NULL\) += 0 5 wait4\([[:digit:]]+, \[\{WIFSIGNALED\(s\) && WTERMSIG\(s\) == SIGUSR1\}\], __WALL, NULL\) += [[:dig… 11 wait4\(-1, 0x[[:xdigit:]]+, WNOHANG\|WSTOPPED\|__WALL, 0x[[:xdigit:]]+\) += -1 ECHILD .*
|
/external/kernel-headers/original/uapi/linux/ |
D | wait.h | 12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 142 HANDLE_EINTR(waitpid_status, internal_waitpid(tid, &status, __WALL)); in SuspendThread() 435 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL); in StopTheWorld()
|
/external/elfutils/tests/ |
D | backtrace.c | 276 pid_t got = waitpid (pid2, &status, __WALL); in prepare_thread() 354 pid_t pid2 = waitpid (-1, &status, __WALL); in exec_dump()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper.cc | 70 while (sys_waitpid(pid, NULL, __WALL) < 0) { in SuspendThread()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | events.c | 158 pid = waitpid(-1, &status, __WALL); in next_event()
|
D | trace.c | 99 if (waitpid(pid, NULL, __WALL) != pid) { in wait_for_proc()
|
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 94 if (waitpid (tid, &status, __WALL) != tid || !WIFSTOPPED (status)) in __libdwfl_ptrace_attach()
|
/external/strace/ |
D | README-linux-ptrace | 97 pid = waitpid(pid_or_minus_1, &status, __WALL); 102 ??? Do we require __WALL usage, or will just using 0 be ok? Are the 106 __WALL value does not include WSTOPPED and WEXITED bits, but implies 116 __WALL | WNOHANG);
|
D | strace.c | 860 if (waitpid(tcp->pid, &status, __WALL) < 0) { in detach() 2085 pid = wait4(-1, &status, __WALL, (cflag ? &ru : NULL)); in trace()
|
D | ChangeLog-CVS | 3879 * strace.c (detach) [LINUX]: Use __WALL (or a second try with __WCLONE) 3888 __WNOTHREAD and __WALL. 4418 * strace.c: use __WALL as wait4 flag if it exists so we can properly
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.cc | 520 const int r = HANDLE_EINTR(sys_waitpid(child, &status, __WALL)); in GenerateDump()
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 263 p = waitpid(pid, &status, __WALL); in waitstopped()
|