Home | History | Annotate | Download | only in vendor

Lines Matching refs:malloc_mutex_t

598 #define malloc_mutex_t CRITICAL_SECTION
603 } malloc_mutex_t;
608 typedef pthread_mutex_t malloc_mutex_t;
614 } malloc_mutex_t;
615 typedef malloc_spinlock_t malloc_mutex_t;
624 static malloc_mutex_t init_lock = {OS_SPINLOCK_INIT};
626 static malloc_mutex_t init_lock = PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP;
628 static malloc_mutex_t init_lock = PTHREAD_MUTEX_INITIALIZER;
630 static malloc_mutex_t init_lock = {_SPINLOCK_INITIALIZER};
1067 static malloc_mutex_t huge_mtx;
1089 static malloc_mutex_t reserve_mtx;
1134 static malloc_mutex_t base_mtx;
1248 static bool malloc_mutex_init(malloc_mutex_t *mutex);
1413 malloc_mutex_init(malloc_mutex_t *mutex)
1445 malloc_mutex_lock(malloc_mutex_t *mutex)
1461 malloc_mutex_unlock(malloc_mutex_t *mutex)