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

/freebsd-13-stable/contrib/jemalloc/src/
H A Dprof.c69 static malloc_mutex_t prof_gdump_mtx; variable
2902 malloc_mutex_lock(tsdn, &prof_gdump_mtx);
2904 malloc_mutex_unlock(tsdn, &prof_gdump_mtx);
2912 malloc_mutex_lock(tsdn, &prof_gdump_mtx);
2915 malloc_mutex_unlock(tsdn, &prof_gdump_mtx);
2967 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump",
3109 malloc_mutex_prefork(tsdn, &prof_gdump_mtx);
3123 malloc_mutex_postfork_parent(tsdn, &prof_gdump_mtx);
3145 malloc_mutex_postfork_child(tsdn, &prof_gdump_mtx);

Completed in 161 milliseconds