Home
last modified time | relevance | path

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

/external/dlmalloc/
Dmalloc.c588 #define USE_LOCKS ((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \
597 #ifndef USE_SPIN_LOCKS
598 #define USE_SPIN_LOCKS 1 macro
600 #elif USE_SPIN_LOCKS
603 #elif !defined(USE_SPIN_LOCKS)
604 #define USE_SPIN_LOCKS 0 macro
1501 #if (defined(USE_RECURSIVE_LOCKS) && USE_RECURSIVE_LOCKS != 0) || !USE_SPIN_LOCKS
1822 #elif USE_SPIN_LOCKS