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

/external/jemalloc/src/
H A Dprof.c52 static malloc_mutex_t prof_gdump_mtx; variable
2134 malloc_mutex_lock(tsdn, &prof_gdump_mtx);
2136 malloc_mutex_unlock(tsdn, &prof_gdump_mtx);
2145 malloc_mutex_lock(tsdn, &prof_gdump_mtx);
2148 malloc_mutex_unlock(tsdn, &prof_gdump_mtx);
2205 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump",
2304 malloc_mutex_prefork(tsdn, &prof_gdump_mtx);
2320 malloc_mutex_postfork_parent(tsdn, &prof_gdump_mtx);
2342 malloc_mutex_postfork_child(tsdn, &prof_gdump_mtx);

Completed in 29 milliseconds