Searched refs:id_t (Results 1 – 5 of 5) 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()
|
D | stubs.cpp | 205 static id_t app_id_from_name(const char* name, bool is_group) { in app_id_from_name()
|
/bionic/tests/ |
D | sys_types_test.cpp | 27 ASSERT_EQ(4U, sizeof(id_t)); in TEST()
|
/bionic/libc/include/sys/ |
D | wait.h | 61 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
|
D | types.h | 46 typedef __id_t id_t; typedef
|