HomeSort by relevance Sort by last modified time
    Searched refs:idtype_t (Results 1 - 3 of 3) 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);

Completed in 231 milliseconds