Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dgetpriority.c32 int getpriority(int which, int who) in getpriority() argument
34 int result = __getpriority(which, who); in getpriority()
Dwait.c32 extern int __waitid(idtype_t which, id_t id, siginfo_t *info, int options, struct rusage *ru);
49 int waitid(idtype_t which, id_t id, siginfo_t *info, int options) in waitid() argument
52 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);
Dlinux-unistd.h186 int ioprio_set (int which, int who, int ioprio);
187 int ioprio_get (int which, int who);
/bionic/linker/
DREADME.TXT14 System libraries in Android are internally prelinked, which means that
31 - 'apriori' is the real prelink tool which removes relocations from the
40 optimizations (e.g. 'global' prelinking and symbol stripping, which
72 Points to the address of a finalization function which
86 An array similar to DT_INIT_ARRAY which must *only* be
87 present in executables, not shared libraries, which contains
DNOTICE54 form, that is based on (or derived from) the Work and for which the
94 with the Work to which such Contribution(s) was submitted. If You
/bionic/libc/arch-arm/bionic/
Dclone.S65 @ to the C __thread_entry function which does some setup and then
/bionic/libc/docs/
DOVERVIEW.TXT39 (called a "syscall stub"), which is generated automatically by
40 tools/gensyscalls.py which reads the SYSCALLS.TXT file for input.
43 the corresponding syscall numeric identifier (which may differ between ARM
46 If you modify this file, you may want to use tools/checksyscalls.py which
73 of strftime() which also accepts a time locale descriptor as defined
117 This is different from other historical C libraries which:
131 path is heavily optimized for the normal case, which is used most of
136 not needed for Android (which uses other inter-process synchronization
140 by specifying more sophisticated code paths (which may make the common
174 pthread_cleanup_pop(), which can be used to handle cleanups that happen when
[all …]
DCHANGES.TXT71 which uses it).
150 errno. Previous implementation returned -1 on error, setting errno, which
196 *HOWEVER* it does not use "robust futexes" which means that held mutexes
/bionic/libdl/arch-sh/
Dsobegin.S33 # The toolchain for SH-Linux does not produce INIT_ARRAY information which
/bionic/libc/
DCAVEATS19 - locales and wide characters are not supported. we use ICU for all this i18n stuff, which
DSYSCALLS.TXT10 # - syscall_name correspond to the name of the syscall, which may differ from
12 # function, which is not the same as the standard C exit() function which calls it)
234 int ioprio_set(int which, int who, int ioprio) 314,289,288
235 int ioprio_get(int which, int who) 315,290,289
/bionic/libc/netbsd/resolv/
Dres_debug.c764 latlon2ul(const char **latlonstrptr, int *which) { in latlon2ul() argument
833 *which = 1; /* latitude */ in latlon2ul()
837 *which = 2; /* longitude */ in latlon2ul()
840 *which = 0; /* error */ in latlon2ul()
/bionic/libc/kernel/
DREADME.TXT7 in the 'bionic/kernel/tools' directory, which process a set of original
45 scans a list of source files or directories and prints which ones do
160 (and which normally *should* be guarded in a #ifdef __KERNEL__ ... #endif
220 headers to be used by userland applications (which installs in