Searched refs:which (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/bionic/ |
D | getpriority.c | 32 int getpriority(int which, int who) in getpriority() argument 34 int result = __getpriority(which, 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); 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/ |
D | wait.h | 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
|
/bionic/ |
D | ABI-bugs.txt | 12 which POSIX says should be the minimum.
|
/bionic/libc/arch-arm/bionic/ |
D | clone.S | 58 # to the C __thread_entry function which does some setup and then
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 192 # 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/ |
D | CAVEATS | 19 - locales and wide characters are not supported. we use ICU for all this i18n stuff, which
|
D | SYSCALLS.TXT | 8 # - 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
|
D | NOTICE | 4337 is included in all copies of any software which is or includes a copy
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 765 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/ |
D | README.TXT | 7 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/ |
D | NOTICE | 698 Derived from s_modf.c, which has the following Copyright:
|