Home | History | Annotate | Download | only in src

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,
226 USE_LOCKS default: 0 (false)
502 #ifndef USE_LOCKS
503 #define USE_LOCKS 0
504 #endif /* USE_LOCKS */
1374 #if USE_LOCKS
1438 #else /* USE_LOCKS */
1441 #endif /* USE_LOCKS */
1443 #if USE_LOCKS && HAVE_MORECORE
1446 #else /* USE_LOCKS && HAVE_MORECORE */
1449 #endif /* USE_LOCKS && HAVE_MORECORE */
1451 #if USE_LOCKS
1454 #else /* USE_LOCKS */
1457 #endif /* USE_LOCKS */
1998 If USE_LOCKS is defined, the "mutex" lock is acquired and released
2027 #if USE_LOCKS
2029 #endif /* USE_LOCKS */
2142 #if USE_LOCKS
2149 #else /* USE_LOCKS */
2159 #endif /* USE_LOCKS */