Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c52 static malloc_mutex_t prof_gdump_mtx; variable
2063 malloc_mutex_lock(&prof_gdump_mtx); in prof_gdump_get()
2065 malloc_mutex_unlock(&prof_gdump_mtx); in prof_gdump_get()
2074 malloc_mutex_lock(&prof_gdump_mtx); in prof_gdump_set()
2077 malloc_mutex_unlock(&prof_gdump_mtx); in prof_gdump_set()
2134 if (malloc_mutex_init(&prof_gdump_mtx)) in prof_boot2()