Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dprof.c53 static malloc_mutex_t prof_active_mtx; variable
2105 malloc_mutex_lock(tsdn, &prof_active_mtx); in prof_active_get()
2107 malloc_mutex_unlock(tsdn, &prof_active_mtx); in prof_active_get()
2115 malloc_mutex_lock(tsdn, &prof_active_mtx); in prof_active_set()
2118 malloc_mutex_unlock(tsdn, &prof_active_mtx); in prof_active_set()
2301 if (malloc_mutex_init(&prof_active_mtx, "prof_active", in prof_boot2()
2420 malloc_mutex_prefork(tsdn, &prof_active_mtx); in prof_prefork1()
2438 malloc_mutex_postfork_parent(tsdn, &prof_active_mtx); in prof_postfork_parent()
2460 malloc_mutex_postfork_child(tsdn, &prof_active_mtx); in prof_postfork_child()