Searched defs:USE_LOCKS (Results 1 – 6 of 6) sorted by relevance
83 AM_CONDITIONAL(USE_LOCKS, test "$use_locks" = yes) condition84 AS_IF([test "$use_locks" = yes], [AC_DEFINE(USE_LOCKS)]) definition88 AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.]) template
73 #define USE_LOCKS 1 macro
516 #define USE_LOCKS 0 macro
356 #define USE_LOCKS 1 macro
588 #define USE_LOCKS ((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \ macro