HomeSort by relevance Sort by last modified time
    Searched refs:USE_LOCKS (Results 1 - 4 of 4) sorted by null

  /external/libffi/src/
closures.c 61 #define USE_LOCKS 1
dlmalloc.c 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 */
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 134 Thread-safety: NOT thread-safe unless USE_LOCKS defined
135 When USE_LOCKS is defined, each public call to malloc, free,
253 USE_LOCKS default: 0 (false)
532 #ifndef USE_LOCKS
533 #define USE_LOCKS 0
534 #endif /* USE_LOCKS */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 143 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
541 #endif /* USE_LOCKS */
    [all...]

Completed in 231 milliseconds