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 | 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 | grp_pwd.cpp | 232 static bool is_valid_app_id(id_t id) { in is_valid_app_id() 233 id_t appid = id % AID_USER_OFFSET; in is_valid_app_id() 292 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() 416 static id_t oem_id_from_name(const char* name) { in oem_id_from_name() 424 return static_cast<id_t>(id); in oem_id_from_name()
|
/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 | 65 int __getpriority:getpriority(int, id_t) all 66 int setpriority(int, id_t, int) all
|