Home
last modified time | relevance | path

Searched refs:id_t (Results 1 – 5 of 5) sorted by relevance

/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()
Dstubs.cpp205 static id_t app_id_from_name(const char* name, bool is_group) { in app_id_from_name()
/bionic/tests/
Dsys_types_test.cpp27 ASSERT_EQ(4U, sizeof(id_t)); in TEST()
/bionic/libc/include/sys/
Dwait.h61 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
Dtypes.h46 typedef __id_t id_t; typedef