Searched refs:idtype_t (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ |
D | wait.cpp | 32 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) { in waitid()
|
/bionic/libc/include/sys/ |
D | wait.h | 64 typedef int idtype_t; typedef 66 int waitid(idtype_t which, id_t id, siginfo_t* info, int options);
|