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

/external/libffi/src/
H A Dclosures.c61 #define USE_LOCKS 1 macro
H A Ddlmalloc.c107 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 macro
504 #endif /* USE_LOCKS */
1374 #if USE_LOCKS
1438 #else /* USE_LOCKS */
1441 #endif /* USE_LOCKS */
1443 #if USE_LOCKS
[all...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c143 Thread-safety: NOT thread-safe unless USE_LOCKS defined
144 When USE_LOCKS is defined, each public call to malloc, free,
262 USE_LOCKS default: 0 (false)
539 #ifndef USE_LOCKS
540 #define USE_LOCKS 0 macro
541 #endif /* USE_LOCKS */
1420 #if USE_LOCKS
1484 #else /* USE_LOCKS */
1487 #endif /* USE_LOCKS */
1489 #if USE_LOCKS
[all...]

Completed in 29 milliseconds