Searched refs:prof_gdump_mtx (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 52 static malloc_mutex_t prof_gdump_mtx; variable 2134 malloc_mutex_lock(tsdn, &prof_gdump_mtx); in prof_gdump_get() 2136 malloc_mutex_unlock(tsdn, &prof_gdump_mtx); in prof_gdump_get() 2145 malloc_mutex_lock(tsdn, &prof_gdump_mtx); in prof_gdump_set() 2148 malloc_mutex_unlock(tsdn, &prof_gdump_mtx); in prof_gdump_set() 2205 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump", in prof_boot2() 2304 malloc_mutex_prefork(tsdn, &prof_gdump_mtx); in prof_prefork1() 2320 malloc_mutex_postfork_parent(tsdn, &prof_gdump_mtx); in prof_postfork_parent() 2342 malloc_mutex_postfork_child(tsdn, &prof_gdump_mtx); in prof_postfork_child()
|
/external/jemalloc_new/src/ |
D | prof.c | 67 static malloc_mutex_t prof_gdump_mtx; variable 2242 malloc_mutex_lock(tsdn, &prof_gdump_mtx); in prof_gdump_get() 2244 malloc_mutex_unlock(tsdn, &prof_gdump_mtx); in prof_gdump_get() 2252 malloc_mutex_lock(tsdn, &prof_gdump_mtx); in prof_gdump_set() 2255 malloc_mutex_unlock(tsdn, &prof_gdump_mtx); in prof_gdump_set() 2307 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump", in prof_boot2() 2422 malloc_mutex_prefork(tsdn, &prof_gdump_mtx); in prof_prefork1() 2436 malloc_mutex_postfork_parent(tsdn, &prof_gdump_mtx); in prof_postfork_parent() 2458 malloc_mutex_postfork_child(tsdn, &prof_gdump_mtx); in prof_postfork_child()
|