• Home
  • Raw
  • Download

Lines Matching refs:in

14   its source code consists in a mix of BSD C library pieces with custom
74 by "struct strftime_locale" in <time.h>.
76 This function is used by the low-level framework code in Android.
101 declarations, constants, etc...). They are located in:
116 Bionic's C library comes with its own pthread implementation bundled in.
119 - place it in an external library (-lpthread)
122 The support for real-time features (a.k.a. -lrt) is also bundled in the
139 Note that they could be added in the future without breaking the ABI
143 - There is currently no support for read/write locks, priority-ceiling in
145 that this was not needed for Android at all but could be added in the
150 pthread_cancel() will *not* be supported in Bionic, because doing this would
155 - A proper implementation must insert pthread cancellation checks in a lot
160 memory, or unlocking mutexes, properly if the cancellation happens in a
182 may result in a deadlock in the child process the next time it calls
204 See comments in bionic/libc/bionic/pthread.c for details.
233 There is no /etc/passwd or /etc/groups in Android. By design, it is
259 constant list of services in its executable, which is parsed on demand
264 The list of services defined internally might change liberally in the
268 getservbyname() are also implemented in a similar fashion.
274 likely be done in a way similar to getservent()
278 Bionic uses a NetBSD-derived resolver library which has been modified in
302 - get rid of *many* unfortunate thread-safety issues in the original code
306 implementation might change completely in the future.
329 Bionic is *not* in any way binary-compatible with the GNU C Library, ucLibc
339 Failure to do so will usually result in the inability to run or link your
344 of your time in the process.
365 locked. Any further call to pthread_once() will result in a deadlock.
375 called from the C library. Fortunately, these cases are very rare in the