Searched refs:USE_LOCKS (Results 1 – 13 of 13) sorted by relevance
60 if USE_LOCKS
118 * Makefile.am: Use USE_LOCKS instead of USE_TLS.
32 #ifdef USE_LOCKS
214 once_define, and once_execute macros. Use USE_LOCKS instead of
110 if USE_LOCKS
1112 * Makefile.am: Use USE_LOCKS instead of USE_TLS.
587 #ifndef USE_LOCKS /* ensure true if spin or recursive locks set */588 #define USE_LOCKS ((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \ macro592 #if USE_LOCKS /* Spin locks for gcc >= 4.1, older gcc on x86, MSC >= 1310 */1494 #if USE_LOCKS1804 #if !USE_LOCKS1812 #if USE_LOCKS > 12596 #if USE_LOCKS2646 #if USE_LOCKS2742 #if USE_LOCKS4592 #if USE_LOCKS in dlmalloc()
73 #define USE_LOCKS 1 macro
510 #ifndef USE_LOCKS511 #define USE_LOCKS 0 macro1421 #if USE_LOCKS1500 #if USE_LOCKS && HAVE_MORECORE1508 #if USE_LOCKS2084 #if USE_LOCKS2199 #if USE_LOCKS
515 #ifndef USE_LOCKS516 #define USE_LOCKS 0 macro1426 #if USE_LOCKS1505 #if USE_LOCKS && HAVE_MORECORE1513 #if USE_LOCKS2089 #if USE_LOCKS2204 #if USE_LOCKS
81 AM_CONDITIONAL(USE_LOCKS, test "$use_locks" = yes) condition82 AS_IF([test "$use_locks" = yes], [AC_DEFINE(USE_LOCKS)]) definition86 AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.]) template
558 Rename USE_TLS to USE_LOCKS. The option is renamed to