Searched refs:idtype_t (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dwait.cpp32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru);
42 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) {
/bionic/libc/include/sys/
H A Dwait.h52 /* Posix states that idtype_t should be an enumeration type, but
56 typedef int idtype_t; typedef
58 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);

Completed in 25 milliseconds