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

  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 606 #define malloc_spinlock_t CRITICAL_SECTION macro
613 } malloc_spinlock_t; typedef in typeref:struct:__anon13635
616 typedef pthread_mutex_t malloc_spinlock_t; typedef
622 typedef malloc_spinlock_t malloc_mutex_t;
767 malloc_spinlock_t lock;
954 malloc_spinlock_t lock;
1166 static malloc_spinlock_t arenas_lock; /* Protects arenas initialization. */
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 599 #define malloc_spinlock_t CRITICAL_SECTION macro
606 } malloc_spinlock_t; typedef in typeref:struct:__anon13641
609 typedef pthread_mutex_t malloc_spinlock_t; typedef
615 typedef malloc_spinlock_t malloc_mutex_t;
760 malloc_spinlock_t lock;
947 malloc_spinlock_t lock;
1159 static malloc_spinlock_t arenas_lock; /* Protects arenas initialization. */
    [all...]

Completed in 27 milliseconds