Searched refs:postponed_mutexes (Results 1 – 1 of 1) sorted by relevance
21 static malloc_mutex_t *postponed_mutexes = NULL; variable172 mutex->postponed_next = postponed_mutexes; in malloc_mutex_init()173 postponed_mutexes = mutex; in malloc_mutex_init()235 while (postponed_mutexes != NULL) { in malloc_mutex_boot()236 if (_pthread_mutex_init_calloc_cb(&postponed_mutexes->lock, in malloc_mutex_boot()240 postponed_mutexes = postponed_mutexes->postponed_next; in malloc_mutex_boot()