Home | History | Annotate | Download | only in src

Lines Matching refs:node_cache_mtx

872 	malloc_mutex_lock(&arena->node_cache_mtx);
875 malloc_mutex_unlock(&arena->node_cache_mtx);
879 malloc_mutex_unlock(&arena->node_cache_mtx);
887 malloc_mutex_lock(&arena->node_cache_mtx);
890 malloc_mutex_unlock(&arena->node_cache_mtx);
3400 if (malloc_mutex_init(&arena->node_cache_mtx))
3656 malloc_mutex_prefork(&arena->node_cache_mtx);
3668 malloc_mutex_postfork_parent(&arena->node_cache_mtx);
3681 malloc_mutex_postfork_child(&arena->node_cache_mtx);