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

/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c103 static malloc_mutex_t prof_dump_mtx; variable
1565 malloc_mutex_lock(tsd_tsdn(tsd), &prof_dump_mtx);
1619 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_mtx); local
1630 malloc_mutex_unlock(tsd_tsdn(tsd), &prof_dump_mtx); local
1965 malloc_mutex_lock(tsdn, &prof_dump_mtx);
1982 malloc_mutex_unlock(tsdn, &prof_dump_mtx);
2238 if (malloc_mutex_init(&prof_dump_mtx, "prof_dump",
2290 malloc_mutex_prefork(tsdn, &prof_dump_mtx);
2332 malloc_mutex_postfork_parent(tsdn, &prof_dump_mtx);
2354 malloc_mutex_postfork_child(tsdn, &prof_dump_mtx);
[all...]

Completed in 41 milliseconds