Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c119 static malloc_mutex_t prof_dump_mtx; variable
1646 malloc_mutex_lock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_dump()
1659 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_dump()
2066 malloc_mutex_lock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_reset()
2084 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_mtx); in prof_reset()
2345 if (malloc_mutex_init(&prof_dump_mtx, "prof_dump", in prof_boot2()
2405 malloc_mutex_prefork(tsdn, &prof_dump_mtx); in prof_prefork0()
2447 malloc_mutex_postfork_parent(tsdn, &prof_dump_mtx); in prof_postfork_parent()
2469 malloc_mutex_postfork_child(tsdn, &prof_dump_mtx); in prof_postfork_child()