HomeSort by relevance Sort by last modified time
    Searched refs:__WALL (Results 51 - 60 of 60) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
wait.h 23 #define __WALL 0x40000000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
wait.h 23 #define __WALL 0x40000000
  /system/core/debuggerd/
utility.c 92 pid_t n = waitpid(tid, &status, __WALL | WNOHANG);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 437 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/
linuxthreads.cc 437 while (sys_waitpid(pid, (int *)0, __WALL) < 0) {
608 while ((rc = sys0_waitpid(clone_pid, &status, __WALL)) < 0 &&
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 117 HANDLE_EINTR(waitpid_status, internal_waitpid(thread_id, NULL, __WALL));
347 uptr waitpid_status = internal_waitpid(tracer_pid, NULL, __WALL);
  /external/strace/
strace.c     [all...]
process.c     [all...]
  /external/kernel-headers/original/linux/
wait.h 12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */
  /external/valgrind/main/coregrind/
vgdb.c 472 p = waitpid(pid, &status, __WALL);
    [all...]

Completed in 160 milliseconds

1 23