Lines Matching refs:USE_LOCKS
107 Thread-safety: NOT thread-safe unless USE_LOCKS defined
108 When USE_LOCKS is defined, each public call to malloc, free,
243 USE_LOCKS default: 0 (false)
251 USE_SPIN_LOCKS default: 1 iff USE_LOCKS and on x86 using gcc or MSC
576 #ifndef USE_LOCKS
577 #define USE_LOCKS 0
578 #endif /* USE_LOCKS */
580 #if USE_LOCKS && SPIN_LOCKS_AVAILABLE
584 #endif /* USE_LOCKS && SPIN_LOCKS_AVAILABLE. */
1346 #if USE_LOCKS
1369 #endif /* USE_LOCKS */
1640 If USE_LOCKS is > 1, the definitions of lock routines here are
1649 #if USE_LOCKS == 1
1886 #endif /* USE_LOCKS == 1 */
1890 #if USE_LOCKS > 1
1897 #endif /* USE_LOCKS > 1 */
1901 #if USE_LOCKS
1903 #else /* USE_LOCKS */
1906 #endif /* USE_LOCKS */
1908 #if USE_LOCKS
1915 #else /* USE_LOCKS */
1918 #endif /* USE_LOCKS */
2429 If USE_LOCKS is defined, the "mutex" lock is acquired and released
2463 #if USE_LOCKS
2465 #endif /* USE_LOCKS */
2601 #if USE_LOCKS
2605 #else /* USE_LOCKS */
2615 #endif /* USE_LOCKS */
4617 #if USE_LOCKS