Lines Matching refs:tcaches_mtx
34 static malloc_mutex_t tcaches_mtx; variable
576 malloc_mutex_lock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create_prep()
594 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create_prep()
616 malloc_mutex_lock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create()
628 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create()
638 malloc_mutex_assert_owner(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_elm_remove()
650 malloc_mutex_lock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_flush()
652 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_flush()
660 malloc_mutex_lock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_destroy()
665 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_destroy()
681 if (malloc_mutex_init(&tcaches_mtx, "tcaches", WITNESS_RANK_TCACHES, in tcache_boot()
721 malloc_mutex_prefork(tsdn, &tcaches_mtx); in tcache_prefork()
728 malloc_mutex_postfork_parent(tsdn, &tcaches_mtx); in tcache_postfork_parent()
735 malloc_mutex_postfork_child(tsdn, &tcaches_mtx); in tcache_postfork_child()