Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c589 #ifndef USE_LOCKS /* ensure true if spin or recursive locks set */
592 #define USE_LOCKS 1 macro
594 #define USE_LOCKS 0 macro
598 #if USE_LOCKS /* Spin locks for gcc >= 4.1, older gcc on x86, MSC >= 1310 */
1501 #if USE_LOCKS
1811 #if !USE_LOCKS
1819 #if USE_LOCKS > 1
2611 #if USE_LOCKS
2661 #if USE_LOCKS
2757 #if USE_LOCKS
[all …]