Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dmutex.c172 mutex->postponed_next = postponed_mutexes; in malloc_mutex_init()
240 postponed_mutexes = postponed_mutexes->postponed_next; in malloc_mutex_boot()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex.h42 malloc_mutex_t *postponed_next; member