Home
last modified time | relevance | path

Searched refs:USE_LOCKS (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/libasm/
DMakefile.am60 if USE_LOCKS
DChangeLog118 * Makefile.am: Use USE_LOCKS instead of USE_TLS.
/external/elfutils/lib/
Deu-config.h32 #ifdef USE_LOCKS
DChangeLog214 once_define, and once_execute macros. Use USE_LOCKS instead of
/external/elfutils/libelf/
DMakefile.am110 if USE_LOCKS
DChangeLog1112 * Makefile.am: Use USE_LOCKS instead of USE_TLS.
/external/dlmalloc/
Dmalloc.c587 #ifndef USE_LOCKS /* ensure true if spin or recursive locks set */
588 #define USE_LOCKS ((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \ macro
592 #if USE_LOCKS /* Spin locks for gcc >= 4.1, older gcc on x86, MSC >= 1310 */
1494 #if USE_LOCKS
1804 #if !USE_LOCKS
1812 #if USE_LOCKS > 1
2596 #if USE_LOCKS
2646 #if USE_LOCKS
2742 #if USE_LOCKS
4592 #if USE_LOCKS in dlmalloc()
/external/libffi/src/
Dclosures.c73 #define USE_LOCKS 1 macro
Ddlmalloc.c510 #ifndef USE_LOCKS
511 #define USE_LOCKS 0 macro
1421 #if USE_LOCKS
1500 #if USE_LOCKS && HAVE_MORECORE
1508 #if USE_LOCKS
2084 #if USE_LOCKS
2199 #if USE_LOCKS
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c73 #define USE_LOCKS 1 macro
Ddlmalloc.c515 #ifndef USE_LOCKS
516 #define USE_LOCKS 0 macro
1426 #if USE_LOCKS
1505 #if USE_LOCKS && HAVE_MORECORE
1513 #if USE_LOCKS
2089 #if USE_LOCKS
2204 #if USE_LOCKS
/external/elfutils/
Dconfigure.ac81 AM_CONDITIONAL(USE_LOCKS, test "$use_locks" = yes) condition
82 AS_IF([test "$use_locks" = yes], [AC_DEFINE(USE_LOCKS)]) definition
86 AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.]) template
DChangeLog558 Rename USE_TLS to USE_LOCKS. The option is renamed to