HomeSort by relevance Sort by last modified time
    Searched refs:waitid (Results 1 - 14 of 14) sorted by null

  /bionic/libc/arch-arm/syscalls/
waitid.S 5 .type waitid, #function
6 .globl waitid
10 waitid: label
  /bionic/libc/arch-sh/syscalls/
waitid.S 5 .type waitid, @function
6 .globl waitid
9 waitid: label
  /bionic/libc/arch-x86/syscalls/
waitid.S 5 .type waitid, @function
6 .globl waitid
9 waitid: label
  /bionic/libc/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /bionic/libc/arch-arm/
syscalls.mk 6 syscall_src += arch-arm/syscalls/waitid.S
  /bionic/libc/arch-sh/
syscalls.mk 7 syscall_src += arch-sh/syscalls/waitid.S
  /bionic/libc/arch-x86/
syscalls.mk 7 syscall_src += arch-x86/syscalls/waitid.S
  /external/v8/src/
d8-posix.cc 367 // Modern Linux has the waitid call, which is like waitpid, but more useful
368 // if you want a timeout. If we don't have waitid we can't limit the time
374 // We're disabling usage of waitid in Mac OS X because it doens't work for us:
395 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT);
424 #else // No waitid call.
449 #endif // No waitid call.

Completed in 1037 milliseconds