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

  /external/elfutils/libasm/
Makefile.am 59 if USE_LOCKS
  /external/elfutils/lib/
eu-config.h 32 #ifdef USE_LOCKS
53 #endif /* USE_LOCKS */
  /external/elfutils/libelf/
Makefile.am 99 if USE_LOCKS
  /external/dlmalloc/
malloc.c 112 Thread-safety: NOT thread-safe unless USE_LOCKS defined non-zero
113 When USE_LOCKS is defined, each public call to malloc, free,
262 USE_LOCKS default: 0 (false)
270 USE_SPIN_LOCKS default: 1 iff USE_LOCKS and spin locks available
587 #ifndef USE_LOCKS /* ensure true if spin or recursive locks set */
588 #define USE_LOCKS ((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \
590 #endif /* USE_LOCKS */
592 #if USE_LOCKS /* Spin locks for gcc >= 4.1, older gcc on x86, MSC >= 1310 */
605 #endif /* USE_LOCKS */
    [all...]

Completed in 2190 milliseconds