Home | History | Annotate | Download | only in chromium

Lines Matching refs:malloc_mutex_t

605 #define malloc_mutex_t CRITICAL_SECTION
610 } malloc_mutex_t;
615 typedef pthread_mutex_t malloc_mutex_t;
621 } malloc_mutex_t;
622 typedef malloc_spinlock_t malloc_mutex_t;
631 static malloc_mutex_t init_lock = {OS_SPINLOCK_INIT};
633 static malloc_mutex_t init_lock = PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP;
635 static malloc_mutex_t init_lock = PTHREAD_MUTEX_INITIALIZER;
637 static malloc_mutex_t init_lock = {_SPINLOCK_INITIALIZER};
1074 static malloc_mutex_t huge_mtx;
1096 static malloc_mutex_t reserve_mtx;
1141 static malloc_mutex_t base_mtx;
1255 static bool malloc_mutex_init(malloc_mutex_t *mutex);
1420 malloc_mutex_init(malloc_mutex_t *mutex)
1455 malloc_mutex_lock(malloc_mutex_t *mutex)
1471 malloc_mutex_unlock(malloc_mutex_t *mutex)