Searched refs:__WALL (Results 1 - 12 of 12) sorted by relevance

/external/strace/xlat/
H A Dwait4_options.h30 #if defined(__WALL) || (defined(HAVE_DECL___WALL) && HAVE_DECL___WALL)
31 XLAT(__WALL),
/external/kernel-headers/original/uapi/linux/
H A Dwait.h12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinuxthreads.cc437 while (sys_waitpid(pid, (int *)0, __WALL) < 0) {
608 while ((rc = sys0_waitpid(clone_pid, &status, __WALL)) < 0 &&
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinuxthreads.cc437 while (sys_waitpid(pid, (int *)0, __WALL) < 0) {
608 while ((rc = sys0_waitpid(clone_pid, &status, __WALL)) < 0 &&
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc111 HANDLE_EINTR(waitpid_status, internal_waitpid(thread_id, NULL, __WALL));
403 uptr waitpid_status = internal_waitpid(tracer_pid, NULL, __WALL);
/external/ltrace/sysdeps/linux-gnu/
H A Devents.c158 pid = waitpid(-1, &status, __WALL);
H A Dtrace.c99 if (waitpid(pid, NULL, __WALL) != pid) {
/external/lldb/source/Host/common/
H A DHost.cpp155 #define __WALL 0 macro
157 const int options = __WALL;
/external/strace/
H A Dstrace.c841 if (waitpid(tcp->pid, &status, __WALL) < 0) {
2065 pid = wait4(-1, &status, __WALL, (cflag ? &ru : NULL));
2079 perror_msg_and_die("wait4(__WALL)");
H A Dprocess.c808 #ifndef __WALL
809 #define __WALL 0x40000000 macro
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1335 // Need to use __WALL otherwise we receive an error with errno=ECHLD
1337 if ((status = waitpid(tid, NULL, __WALL)) < 0)
1641 lldb::pid_t wait_pid = ::waitpid (-1*m_pid, &status, __WALL);
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c267 p = waitpid(pid, &status, __WALL);

Completed in 493 milliseconds