Home
last modified time | relevance | path

Searched refs:postponed_mutexes (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmutex.c21 static malloc_mutex_t *postponed_mutexes = NULL; variable
152 mutex->postponed_next = postponed_mutexes; in malloc_mutex_init()
153 postponed_mutexes = mutex; in malloc_mutex_init()
215 while (postponed_mutexes != NULL) { in malloc_mutex_boot()
216 if (_pthread_mutex_init_calloc_cb(&postponed_mutexes->lock, in malloc_mutex_boot()
220 postponed_mutexes = postponed_mutexes->postponed_next; in malloc_mutex_boot()