Searched refs:which (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/bionic/
H A Dgetpriority.c32 int getpriority(int which, int who) argument
34 int result = __getpriority(which, who);
H A 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) { argument
44 return __waitid(which, id, info, options, NULL);
/bionic/libc/kernel/uapi/linux/
H A Dv4l2-subdev.h32 __u32 which; member in struct:v4l2_subdev_format
40 __u32 which; member in struct:v4l2_subdev_crop
85 __u32 which; member in struct:v4l2_subdev_selection
/bionic/libc/include/sys/
H A Dwait.h61 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
/bionic/libdl/
H A DAndroid.mk33 # against libc creating a circular dependency which is removed and we end up
/bionic/libc/
H A Dcrt.mk2 # which are needed to build all other objects (shared/static libs and
H A DAndroid.mk239 # The data that backs getauxval is initialized in the libc init functions which
245 # These three require getauxval, which isn't available on older platforms.
346 # These two depend on getentropy_linux.cpp, which isn't in libc_ndk.a.
1000 # TODO: Clang tries to use __tls_get_addr which is not supported yet
1357 # create a "cloaked" dependency on libgcc.a in libc though the libraries, which is not what
/bionic/libc/dns/resolv/
H A Dres_debug.c818 latlon2ul(const char **latlonstrptr, int *which) { argument
887 *which = 1; /* latitude */
891 *which = 2; /* longitude */
894 *which = 0; /* error */
/bionic/libm/
H A DAndroid.mk496 # Workaround the GCC "(long)fn -> lfn" optimization bug which will result in

Completed in 1067 milliseconds