Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dmutex.c20 static malloc_mutex_t *postponed_mutexes = NULL; variable
89 mutex->postponed_next = postponed_mutexes; in malloc_mutex_init()
90 postponed_mutexes = mutex; in malloc_mutex_init()
150 while (postponed_mutexes != NULL) { in malloc_mutex_boot()
151 if (_pthread_mutex_init_calloc_cb(&postponed_mutexes->lock, in malloc_mutex_boot()
154 postponed_mutexes = postponed_mutexes->postponed_next; in malloc_mutex_boot()