Searched refs:idtype_t (Results 1 - 3 of 3) sorted by relevance
/development/ndk/platforms/android-19/include/sys/ |
H A D | wait.h | 53 /* Posix states that idtype_t should be an enumeration type, but 57 typedef int idtype_t; typedef 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
|
/development/ndk/platforms/android-L/include/sys/ |
H A D | wait.h | 52 /* Posix states that idtype_t should be an enumeration type, but 56 typedef int idtype_t; typedef 58 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
|
/development/ndk/platforms/android-9/include/sys/ |
H A D | wait.h | 59 /* Posix states that idtype_t should be an enumeration type, but 63 typedef int idtype_t; typedef 65 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
|
Completed in 67 milliseconds