Home
last modified time | relevance | path

Searched refs:which (Results 1 – 13 of 13) 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() argument
44 return __waitid(which, id, info, options, NULL); in waitid()
Dgetpriority.c32 int getpriority(int which, int who) in getpriority() argument
34 int result = __getpriority(which, who); in getpriority()
/bionic/libc/kernel/uapi/linux/
Dv4l2-subdev.h32 __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/
Dwait.h62 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
/bionic/libdl/
DAndroid.bp53 // against libc creating a circular dependency which is removed and we end up
/bionic/libc/dns/resolv/
Dres_debug.c818 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/
DREADME.md87 updates CLs accordingly. The only other API endpoint is `/drop-rejection`, which
/bionic/libc/
DSYSCALLS.TXT12 # - 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)
DAndroid.bp604 // 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/
DREADME.md152 kernel uapi header files, in which case you just need to make sure that
/bionic/libc/malloc_debug/
DREADME.md113 SIGRTMAX - 19 (which is 45 on most Android devices). When this
/bionic/libm/
DAndroid.bp266 // Workaround the GCC "(long)fn -> lfn" optimization bug which will result in
DNOTICE748 Derived from s_modf.c, which has the following Copyright: