Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dprof.c104 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()
[all …]