Searched refs:id_t (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/bionic/ |
D | getpriority.cpp | 31 extern "C" int __getpriority(int, id_t); 33 int getpriority(int which, id_t who) { in getpriority()
|
D | grp_pwd.cpp | 146 id_t start; 147 id_t end; 183 static constexpr const id_t secondary_user_platform_ids[] = { 188 static bool platform_id_secondary_user_allowed(id_t id) { in platform_id_secondary_user_allowed() 197 static bool is_valid_app_id(id_t id, bool is_group) { in is_valid_app_id() 198 id_t appid = id % AID_USER_OFFSET; in is_valid_app_id() 231 static id_t get_next_app_id(id_t current_id, bool is_group) { in get_next_app_id() 241 id_t incremented_id = current_id + 1; in get_next_app_id() 270 static id_t app_id_from_name(const char* name, bool is_group) { in app_id_from_name() 410 static bool is_oem_id(id_t id) { in is_oem_id() [all …]
|
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/libc/include/sys/ |
D | resource.h | 51 int getpriority(int __which, id_t __who); 52 int setpriority(int __which, id_t __who, int __priority);
|
D | wait.h | 55 int waitid(idtype_t __type, id_t __id, siginfo_t* __info, int __options);
|
D | types.h | 49 typedef __id_t id_t; typedef
|
/bionic/tests/headers/posix/ |
D | sys_wait_h.c | 69 TYPE(id_t); in sys_wait_h() 75 FUNCTION(waitid, int (*f)(idtype_t, id_t, siginfo_t*, int)); in sys_wait_h()
|
D | sys_resource_h.c | 65 FUNCTION(getpriority, int (*f)(int, id_t)); in sys_resource_h() 68 FUNCTION(setpriority, int (*f)(int, id_t, int)); in sys_resource_h()
|
D | sys_types_h.c | 42 TYPE(id_t); in sys_types_h()
|
/bionic/tests/ |
D | sys_types_test.cpp | 27 ASSERT_EQ(4U, sizeof(id_t)); in TEST()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 67 int __getpriority:getpriority(int, id_t) all 68 int setpriority(int, id_t, int) all
|