Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dmutex.c89 mutex->postponed_next = postponed_mutexes; in malloc_mutex_init()
154 postponed_mutexes = postponed_mutexes->postponed_next; in malloc_mutex_boot()
/external/jemalloc_new/src/
Dmutex.c152 mutex->postponed_next = postponed_mutexes; in malloc_mutex_init()
220 postponed_mutexes = postponed_mutexes->postponed_next; in malloc_mutex_boot()
/external/jemalloc/include/jemalloc/internal/
Dmutex.h47 malloc_mutex_t *postponed_next;
/external/jemalloc_new/include/jemalloc/internal/
Dmutex.h44 malloc_mutex_t *postponed_next; member