Searched refs:which (Results 1 – 13 of 13) 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() argument 44 return __waitid(which, id, info, options, NULL); in waitid()
|
D | getpriority.c | 32 int getpriority(int which, int who) in getpriority() argument 34 int result = __getpriority(which, who); in getpriority()
|
/bionic/libc/kernel/uapi/linux/ |
D | v4l2-subdev.h | 32 __u32 which; member 40 __u32 which; member 51 __u32 which; member 65 __u32 which; member 84 __u32 which; member 89 __u32 which; member
|
/bionic/libc/include/sys/ |
D | wait.h | 62 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
|
/bionic/libdl/ |
D | Android.bp | 53 // against libc creating a circular dependency which is removed and we end up
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 818 latlon2ul(const char **latlonstrptr, int *which) { in latlon2ul() argument 887 *which = 1; /* latitude */ in latlon2ul() 891 *which = 2; /* longitude */ in latlon2ul() 894 *which = 0; /* error */ in latlon2ul()
|
/bionic/tools/bionicbb/ |
D | README.md | 87 updates CLs accordingly. The only other API endpoint is `/drop-rejection`, which
|
/bionic/libc/ |
D | SYSCALLS.TXT | 12 # - syscall_name corresponds to the name of the syscall, which may differ from 14 # function, which is not the same as the standard C exit() function which calls it)
|
D | Android.bp | 604 // These two depend on getentropy_linux.c, which isn't in libc_ndk.a. 820 // functions which are invoked by the linker. If this file is included 825 // These four require getauxval, which isn't available on older 1732 // create a "cloaked" dependency on libgcc.a in libc though the libraries, which is not what
|
/bionic/ |
D | README.md | 152 kernel uapi header files, in which case you just need to make sure that
|
/bionic/libc/malloc_debug/ |
D | README.md | 113 SIGRTMAX - 19 (which is 45 on most Android devices). When this
|
/bionic/libm/ |
D | Android.bp | 266 // Workaround the GCC "(long)fn -> lfn" optimization bug which will result in
|
D | NOTICE | 748 Derived from s_modf.c, which has the following Copyright:
|