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

/freebsd-current/contrib/jemalloc/src/
H A Dmutex.c21 static malloc_mutex_t *postponed_mutexes = NULL; variable
172 mutex->postponed_next = postponed_mutexes;
173 postponed_mutexes = mutex;
235 while (postponed_mutexes != NULL) {
236 if (_pthread_mutex_init_calloc_cb(&postponed_mutexes->lock,
240 postponed_mutexes = postponed_mutexes->postponed_next;

Completed in 196 milliseconds