Searched refs:idtype_t (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/include/sys/ |
D | wait.h | 48 typedef int idtype_t; typedef 50 int waitid(idtype_t __type, id_t __id, siginfo_t* _Nullable __info, int __options);
|
/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/tests/headers/posix/ |
D | sys_wait_h.c | 64 TYPE(idtype_t); in sys_wait_h() 75 FUNCTION(waitid, int (*f)(idtype_t, id_t, siginfo_t*, int)); in sys_wait_h()
|