Home
last modified time | relevance | path

Searched refs:which (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/bionic/
Dgetpriority.c32 int getpriority(int which, int who) in getpriority() argument
34 int result = __getpriority(which, who); in getpriority()
Dwait.cpp32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru);
46 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { in waitid() argument
48 return __waitid(which, id, info, options, NULL); in waitid()
/bionic/libc/include/sys/
Dwait.h59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
/bionic/
DABI-bugs.txt12 which POSIX says should be the minimum.
/bionic/libc/arch-arm/bionic/
Dclone.S58 # to the C __thread_entry function which does some setup and then
/bionic/libc/arch-mips/string/
Dmemset.S192 # Find out, if there are any 64-byte chunks after which will be still at least
194 # "pref 30,64(a0)" prefetch, which can be used as "pref 30,0(a0)" after
201 # below we have at least 1 64-byte chunk which is "pref 30 safe"
/bionic/libc/
DCAVEATS19 - locales and wide characters are not supported. we use ICU for all this i18n stuff, which
DSYSCALLS.TXT8 # - syscall_name corresponds to the name of the syscall, which may differ from
10 # function, which is not the same as the standard C exit() function which calls it)
284 int ioprio_set(int which, int who, int ioprio) 1
285 int ioprio_get(int which, int who) 1
DNOTICE4337 is included in all copies of any software which is or includes a copy
/bionic/libc/netbsd/resolv/
Dres_debug.c765 latlon2ul(const char **latlonstrptr, int *which) { in latlon2ul() argument
834 *which = 1; /* latitude */ in latlon2ul()
838 *which = 2; /* longitude */ in latlon2ul()
841 *which = 0; /* error */ in latlon2ul()
/bionic/libc/kernel/
DREADME.TXT7 in the 'bionic/kernel/tools' directory, which process a set of original
46 scans a list of source files or directories and prints which ones do
154 (and which normally *should* be guarded in a #ifdef __KERNEL__ ... #endif
214 headers to be used by userland applications (which installs in
/bionic/libm/
DNOTICE698 Derived from s_modf.c, which has the following Copyright: