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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c117 USE_SPIN_LOCKS=0. However, if USE_RECURSIVE_LOCKS is defined,
270 USE_SPIN_LOCKS default: 1 iff USE_LOCKS and spin locks available
617 #define USE_LOCKS ((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \
626 #ifndef USE_SPIN_LOCKS
627 #define USE_SPIN_LOCKS 1 macro
628 #endif /* USE_SPIN_LOCKS */
629 #elif USE_SPIN_LOCKS
630 #error "USE_SPIN_LOCKS defined without implementation"
632 #elif !defined(USE_SPIN_LOCKS)
633 #define USE_SPIN_LOCKS macro
[all...]

Completed in 34 milliseconds