HomeSort by relevance Sort by last modified time
    Searched full:waitid (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wait.h 15 /* First argument to waitid: */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wait.h 15 /* First argument to waitid: */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wait.h 15 /* First argument to waitid: */
  /bionic/libc/unistd/
wait.c 49 int waitid(idtype_t which, id_t id, siginfo_t *info, int options) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
waitflags.h 29 /* Bits in the fourth argument to `waitid'. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitflags.h 29 /* Bits in the fourth argument to `waitid'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitflags.h 29 /* Bits in the fourth argument to `waitid'. */
  /bionic/libc/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /development/ndk/platforms/android-9/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
wait.h 100 /* The following values are used by the `waitid' function. */
155 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h 100 /* The following values are used by the `waitid' function. */
155 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h 100 /* The following values are used by the `waitid' function. */
155 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  /external/v8/src/
d8-posix.cc 359 // Modern Linux has the waitid call, which is like waitpid, but more useful
360 // if you want a timeout. If we don't have waitid we can't limit the time
366 // We're disabling usage of waitid in Mac OS X because it doens't work for us:
390 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT);
419 #else // No waitid call.
444 #endif // No waitid call.
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libc.so 

Completed in 571 milliseconds

1 2 3 4 5 6