Home
last modified time | relevance | path

Searched defs:USE_LOCKS (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/
Dconfigure.ac62 AM_CONDITIONAL(USE_LOCKS, test "$use_locks" = yes) condition
63 AS_IF([test "$use_locks" = yes], [AC_DEFINE(USE_LOCKS)]) definition
67 AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.]) template
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c73 #define USE_LOCKS 1 macro
Ddlmalloc.c516 #define USE_LOCKS 0 macro
/external/dlmalloc/
Dmalloc.c588 #define USE_LOCKS ((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \ macro