Lines Matching refs:tdatas_mtx
104 static malloc_mutex_t tdatas_mtx; variable
929 malloc_mutex_lock(tsdn, &tdatas_mtx); in prof_tdata_count()
932 malloc_mutex_unlock(tsdn, &tdatas_mtx); in prof_tdata_count()
1338 malloc_mutex_lock(tsdn, &tdatas_mtx); in prof_dump_header_impl()
1341 malloc_mutex_unlock(tsdn, &tdatas_mtx); in prof_dump_header_impl()
1579 malloc_mutex_lock(tsd_tsdn(tsd), &tdatas_mtx); in prof_dump_prep()
1582 malloc_mutex_unlock(tsd_tsdn(tsd), &tdatas_mtx); in prof_dump_prep()
1941 malloc_mutex_lock(tsd_tsdn(tsd), &tdatas_mtx); in prof_tdata_init_impl()
1943 malloc_mutex_unlock(tsd_tsdn(tsd), &tdatas_mtx); in prof_tdata_init_impl()
1976 malloc_mutex_assert_owner(tsd_tsdn(tsd), &tdatas_mtx); in prof_tdata_destroy_locked()
1992 malloc_mutex_lock(tsd_tsdn(tsd), &tdatas_mtx); in prof_tdata_destroy()
1994 malloc_mutex_unlock(tsd_tsdn(tsd), &tdatas_mtx); in prof_tdata_destroy()
2067 malloc_mutex_lock(tsd_tsdn(tsd), &tdatas_mtx); in prof_reset()
2083 malloc_mutex_unlock(tsd_tsdn(tsd), &tdatas_mtx); in prof_reset()
2330 if (malloc_mutex_init(&tdatas_mtx, "prof_tdatas", in prof_boot2()
2407 malloc_mutex_prefork(tsdn, &tdatas_mtx); in prof_prefork0()
2445 malloc_mutex_postfork_parent(tsdn, &tdatas_mtx); in prof_postfork_parent()
2467 malloc_mutex_postfork_child(tsdn, &tdatas_mtx); in prof_postfork_child()