Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c103 static malloc_mutex_t prof_dump_mtx; variable
1564 malloc_mutex_lock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_dump()
1618 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_dump()
1629 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_dump()
1962 malloc_mutex_lock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_reset()
1979 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_reset()
2235 if (malloc_mutex_init(&prof_dump_mtx, "prof_dump", in prof_boot2()
2287 malloc_mutex_prefork(tsdn, &prof_dump_mtx); in prof_prefork0()
2329 malloc_mutex_postfork_parent(tsdn, &prof_dump_mtx); in prof_postfork_parent()
2351 malloc_mutex_postfork_child(tsdn, &prof_dump_mtx); in prof_postfork_child()