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

  /bionic/libc/include/sys/
wait.h 53 /* Posix states that idtype_t should be an enumeration type, but
57 typedef int idtype_t; typedef
59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /bionic/libc/unistd/
wait.c 32 extern int __waitid(idtype_t which, id_t id, siginfo_t *info, int options, struct rusage *ru);
49 int waitid(idtype_t which, id_t id, siginfo_t *info, int options)
  /development/ndk/platforms/android-9/include/sys/
wait.h 53 /* Posix states that idtype_t should be an enumeration type, but
57 typedef int idtype_t; typedef
59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
wait.h 53 /* Posix states that idtype_t should be an enumeration type, but
57 typedef int idtype_t; typedef
59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
wait.h 53 /* Posix states that idtype_t should be an enumeration type, but
57 typedef int idtype_t; typedef
59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
wait.h 53 /* Posix states that idtype_t should be an enumeration type, but
57 typedef int idtype_t; typedef
59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
wait.h 53 /* Posix states that idtype_t should be an enumeration type, but
57 typedef int idtype_t; typedef
59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
wait.h 53 /* Posix states that idtype_t should be an enumeration type, but
57 typedef int idtype_t; typedef
59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
wait.h 53 /* Posix states that idtype_t should be an enumeration type, but
57 typedef int idtype_t; typedef
59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
wait.h 53 /* Posix states that idtype_t should be an enumeration type, but
57 typedef int idtype_t; typedef
59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
wait.h 107 } idtype_t; typedef in typeref:enum:__anon21454
155 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,

Completed in 108 milliseconds