Searched refs:malloc_mutex_lock_slow (Results 1 – 4 of 4) sorted by relevance
137 void malloc_mutex_lock_slow(malloc_mutex_t *mutex);205 malloc_mutex_lock_slow(mutex); in malloc_mutex_lock()
231 #define malloc_mutex_lock_slow JEMALLOC_N(malloc_mutex_lock_slow) macro
234 #define malloc_mutex_lock_slow JEMALLOC_N(malloc_mutex_lock_slow) macro
47 malloc_mutex_lock_slow(malloc_mutex_t *mutex) { in malloc_mutex_lock_slow() function