Home
last modified time | relevance | path

Searched refs:idtype_t (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dwait.h48 typedef int idtype_t; typedef
50 int waitid(idtype_t __type, id_t __id, siginfo_t* _Nullable __info, int __options);
/bionic/libc/bionic/
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) { in waitid()
/bionic/tests/headers/posix/
Dsys_wait_h.c64 TYPE(idtype_t); in sys_wait_h()
75 FUNCTION(waitid, int (*f)(idtype_t, id_t, siginfo_t*, int)); in sys_wait_h()