Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c88 static malloc_mutex_t tdatas_mtx; variable
903 malloc_mutex_lock(tsdn, &tdatas_mtx); in prof_tdata_count()
906 malloc_mutex_unlock(tsdn, &tdatas_mtx); in prof_tdata_count()
1330 malloc_mutex_lock(tsdn, &tdatas_mtx); in prof_dump_header()
1333 malloc_mutex_unlock(tsdn, &tdatas_mtx); in prof_dump_header()
1581 malloc_mutex_lock(tsd_tsdn(tsd), &tdatas_mtx); in prof_dump()
1584 malloc_mutex_unlock(tsd_tsdn(tsd), &tdatas_mtx); in prof_dump()
1831 malloc_mutex_lock(tsd_tsdn(tsd), &tdatas_mtx); in prof_tdata_init_impl()
1833 malloc_mutex_unlock(tsd_tsdn(tsd), &tdatas_mtx); in prof_tdata_init_impl()
1872 malloc_mutex_assert_owner(tsd_tsdn(tsd), &tdatas_mtx); in prof_tdata_destroy_locked()
[all …]