Lines Matching refs:code
14 its source code consists in a mix of BSD C library pieces with custom
29 The ARM-specific code is under arch-arm/ and the x86-specific one is under
76 This function is used by the low-level framework code in Android.
94 porting of current Linux-specific code.
100 user-space code to use kernel-specific declarations (e.g. IOCTLs, structure
126 code paths for common operations. Notable features are the following:
130 - Normal, recursive and error-check mutexes are supported, and the code
140 by specifying more sophisticated code paths (which may make the common
170 All of this is contrary to the Bionic design goals. If your code depends on
285 - read the list of servers from system properties. the code looks for
302 - get rid of *many* unfortunate thread-safety issues in the original code
319 This means that if your code uses a lot of SIGEV_THREAD timers, your program
369 pthread_once_t. Unfortunately this requires tricky assembly code that