HomeSort by relevance Sort by last modified time
    Searched refs:USE_SPIN_LOCKS (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
dlmalloc.h 29 #define USE_SPIN_LOCKS 0
  /bionic/libc/upstream-dlmalloc/
malloc.c 117 USE_SPIN_LOCKS=0. However, if USE_RECURSIVE_LOCKS is defined,
270 USE_SPIN_LOCKS default: 1 iff USE_LOCKS and spin locks available
588 #define USE_LOCKS ((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \
597 #ifndef USE_SPIN_LOCKS
598 #define USE_SPIN_LOCKS 1
599 #endif /* USE_SPIN_LOCKS */
600 #elif USE_SPIN_LOCKS
601 #error "USE_SPIN_LOCKS defined without implementation"
603 #elif !defined(USE_SPIN_LOCKS)
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 251 USE_SPIN_LOCKS default: 1 iff USE_LOCKS and on x86 using gcc or MSC
579 #ifndef USE_SPIN_LOCKS
581 #define USE_SPIN_LOCKS 1
583 #define USE_SPIN_LOCKS 0
585 #endif /* USE_SPIN_LOCKS */
    [all...]

Completed in 119 milliseconds